#A6AEDF

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

Shades of Perano #A6AEDF

Tints of Perano #A6AEDF

Color information

#A6AEDF (or 0xA6AEDF) is unknown color: approx Perano. HEX triplet: A6, AE and DF. RGB value is (166,174,223). Sum of RGB (Red+Green+Blue) = 166+174+223=563 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.48% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6AEDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AEDF is #595120. Grayscale: #B0B0B0. Windows color (decimal): -5853473 or 14659238. OLE color: 14659238.

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

Color convert

RGB166174223-
CMYK0.260.2200.13
HSL231.58º47.11%76.27%-
HSV(B)231.58º25.56%87.45%-
XYZ44.1843.7175.92-
YUV177.19153.85120.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.48%
GREEN value IS 174 (68.36% from 255) = 30.91%
BLUE value IS 223 (87.5% from 255) = 39.61%
R=29.48%
G=30.91%
B=39.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661742230.260.2200.13231.5847.1176.27
HexA6AEDF1A160De82f4c
Octal246256337322601535057114
Binary101001101010111011011111110101011001101111010001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AEDF; }

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

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

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

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

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

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

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

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