#A6A9DF

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

Shades of Perano #A6A9DF

Tints of Perano #A6A9DF

Color information

#A6A9DF (or 0xA6A9DF) is unknown color: approx Perano. HEX triplet: A6, A9 and DF. RGB value is (166,169,223). Sum of RGB (Red+Green+Blue) = 166+169+223=558 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.75% from 558); Green value is 169 (66.41% from 255 or 30.29% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6A9DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A9DF is #595620. Grayscale: #AEAEAE. Windows color (decimal): -5854753 or 14657958. OLE color: 14657958.

HSL color Cylindrical-coordinate representation of color #A6A9DF: hue angle of 236.84º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6A9DF is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166169223-
CMYK0.260.2400.13
HSL236.84º47.11%76.27%-
HSV(B)236.84º25.56%87.45%-
XYZ43.2341.8175.6-
YUV174.26155.51122.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.75%
GREEN value IS 169 (66.41% from 255) = 30.29%
BLUE value IS 223 (87.5% from 255) = 39.96%
R=29.75%
G=30.29%
B=39.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661692230.260.2400.13236.8447.1176.27
HexA6A9DF1A180Ded2f4c
Octal246251337323001535557114
Binary101001101010100111011111110101100001101111011011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A9DF; }

 p { color: rgb(166,169,223); }

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

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

 a { background-color: rgb(166,169,223); }

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

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

 span { border-color: rgb(166,169,223); }

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