#A6AEDD

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

Shades of Perano #A6AEDD

Tints of Perano #A6AEDD

Color information

#A6AEDD (or 0xA6AEDD) is unknown color: approx Perano. HEX triplet: A6, AE and DD. RGB value is (166,174,221). Sum of RGB (Red+Green+Blue) = 166+174+221=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #A6AEDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AEDD is #595122. Grayscale: #B0B0B0. Windows color (decimal): -5853475 or 14528166. OLE color: 14528166.

HSL color Cylindrical-coordinate representation of color #A6AEDD: hue angle of 231.27º 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 #A6AEDD is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166174221-
CMYK0.250.2100.13
HSL231.27º44.72%75.88%-
HSV(B)231.27º24.89%86.67%-
XYZ43.9143.674.51-
YUV176.97152.85120.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.59%
GREEN value IS 174 (68.36% from 255) = 31.02%
BLUE value IS 221 (86.72% from 255) = 39.39%
R=29.59%
G=31.02%
B=39.39%

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
Decimal1661742210.250.2100.13231.2744.7275.88
HexA6AEDD19150De72d4c
Octal246256335312501534755114
Binary101001101010111011011101110011010101101111001111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AEDD; }

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

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

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

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

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

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

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

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