#A6AFDD

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

Shades of Perano #A6AFDD

Tints of Perano #A6AFDD

Color information

#A6AFDD (or 0xA6AFDD) is unknown color: approx Perano. HEX triplet: A6, AF and DD. RGB value is (166,175,221). Sum of RGB (Red+Green+Blue) = 166+175+221=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #A6AFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AFDD is #595022. Grayscale: #B1B1B1. Windows color (decimal): -5853219 or 14528422. OLE color: 14528422.

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

Color convert

RGB166175221-
CMYK0.250.2100.13
HSL230.18º44.72%75.88%-
HSV(B)230.18º24.89%86.67%-
XYZ44.1143.9974.57-
YUV177.55152.52119.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.54%
GREEN value IS 175 (68.75% from 255) = 31.14%
BLUE value IS 221 (86.72% from 255) = 39.32%
R=29.54%
G=31.14%
B=39.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661752210.250.2100.13230.1844.7275.88
HexA6AFDD19150De62d4c
Octal246257335312501534655114
Binary101001101010111111011101110011010101101111001101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AFDD; }

 p { color: rgb(166,175,221); }

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

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

 a { background-color: rgb(166,175,221); }

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

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

 span { border-color: rgb(166,175,221); }

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