#A6ABFE

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

Shades of Perano #A6ABFE

Tints of Perano #A6ABFE

Color information

#A6ABFE (or 0xA6ABFE) is unknown color: approx Perano. HEX triplet: A6, AB and FE. RGB value is (166,171,254). Sum of RGB (Red+Green+Blue) = 166+171+254=591 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.09% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6ABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ABFE is #595401. Grayscale: #B2B2B2. Windows color (decimal): -5854210 or 16690086. OLE color: 16690086.

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

Color convert

RGB166171254-
CMYK0.350.3300.00
HSL236.59º97.78%82.35%-
HSV(B)236.59º34.65%99.61%-
XYZ48.1844.3999.79-
YUV178.97170.34118.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.09%
GREEN value IS 171 (67.19% from 255) = 28.93%
BLUE value IS 254 (99.61% from 255) = 42.98%
R=28.09%
G=28.93%
B=42.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1661712540.350.3300.00236.5997.7882.35
HexA6ABFE232100ed6252
Octal246253376434100355142122
Binary101001101010101111111110100011100001001110110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ABFE; }

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

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

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

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

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

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

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

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