#A0A6FE

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

Shades of Perano #A0A6FE

Tints of Perano #A0A6FE

Color information

#A0A6FE (or 0xA0A6FE) is unknown color: approx Perano. HEX triplet: A0, A6 and FE. RGB value is (160,166,254). Sum of RGB (Red+Green+Blue) = 160+166+254=580 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.59% from 580); Green value is 166 (65.23% from 255 or 28.62% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0A6FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0A6FE is #5F5901. Grayscale: #ADADAD. Windows color (decimal): -6248706 or 16688800. OLE color: 16688800.

HSL color Cylindrical-coordinate representation of color #A0A6FE: hue angle of 236.17º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0A6FE is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB160166254-
CMYK0.370.3500.00
HSL236.17º97.92%81.18%-
HSV(B)236.17º37.01%99.61%-
XYZ46.0241.999.43-
YUV174.24173.01117.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.59%
GREEN value IS 166 (65.23% from 255) = 28.62%
BLUE value IS 254 (99.61% from 255) = 43.79%
R=27.59%
G=28.62%
B=43.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1601662540.370.3500.00236.1797.9281.18
HexA0A6FE252300ec6251
Octal240246376454300354142121
Binary101000001010011011111110100101100011001110110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A6FE; }

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

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

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

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

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

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

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

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