#a69cfc

Color #A69CFC Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #A69CFC

Tints of Perano #A69CFC

Color information

#A69CFC (or 0xA69CFC) is unknown color: approx Perano. HEX triplet: A6, 9C and FC. RGB value is (166,156,252). Sum of RGB (Red+Green+Blue) = 166+156+252=574 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.92% from 574); Green value is 156 (61.33% from 255 or 27.18% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #A69CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69CFC is #596303. Grayscale: #A9A9A9. Windows color (decimal): -5858052 or 16555174. OLE color: 16555174.

HSL color Cylindrical-coordinate representation of color #A69CFC: hue angle of 246.25º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A69CFC is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB166156252-
CMYK0.340.3800.01
HSL246.25º94.12%80%-
HSV(B)246.25º38.1%98.82%-
XYZ45.1938.9197.22-
YUV169.93174.31125.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 28.92%
GREEN value IS 156 (61.33% from 255) = 27.18%
BLUE value IS 252 (98.83% from 255) = 43.90%
R=28.92%
G=27.18%
B=43.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1661562520.340.3800.01246.2594.1280
HexA69CFC222601f65e50
Octal246234374424601366136120
Binary101001101001110011111100100010100110011111011010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a69cfc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a69cfc; }

 p { color: rgb(166,156,252); }

 H1.HeaderClassName
 {
   color: #a69cfc;
 }
 .AnyTagClassName
 {
   color: #a69cfc;
 }
</style>
background-color css

<style>
 a { background-color: #a69cfc; }

 a { background-color: rgb(166,156,252); }

 div.DivClassName
 {
   background-color: #a69cfc;
 }
 .BgClassName
 {
   background-color: #a69cfc;
 }
</style>
border-color css

<style>
 span { border-color: #a69cfc; }

 span { border-color: rgb(166,156,252); }

 td.TdClassName
 {
   border-color: #a69cfc;
 }
 .TagClassName
 {
   border-color: #a69cfc;
 }
</style>