#a0a6ef

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

Shades of Perano #A0A6EF

Tints of Perano #A0A6EF

Color information

#A0A6EF (or 0xA0A6EF) is unknown color: approx Perano. HEX triplet: A0, A6 and EF. RGB value is (160,166,239). Sum of RGB (Red+Green+Blue) = 160+166+239=565 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.32% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #A0A6EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0A6EF is #5F5910. Grayscale: #ACACAC. Windows color (decimal): -6248721 or 15705760. OLE color: 15705760.

HSL color Cylindrical-coordinate representation of color #A0A6EF: hue angle of 235.44º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0A6EF is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB160166239-
CMYK0.330.3100.06
HSL235.44º71.17%78.24%-
HSV(B)235.44º33.05%93.73%-
XYZ43.7140.9887.27-
YUV172.53165.51119.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.32%
GREEN value IS 166 (65.23% from 255) = 29.38%
BLUE value IS 239 (93.75% from 255) = 42.30%
R=28.32%
G=29.38%
B=42.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1601662390.330.3100.06235.4471.1778.24
HexA0A6EF211F06eb474e
Octal240246357413706353107116
Binary1010000010100110111011111000011111101101110101110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0a6ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0a6ef; }

 p { color: rgb(160,166,239); }

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

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

 a { background-color: rgb(160,166,239); }

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

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

 span { border-color: rgb(160,166,239); }

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