#A6ABEF

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

Shades of Perano #A6ABEF

Tints of Perano #A6ABEF

Color information

#A6ABEF (or 0xA6ABEF) is unknown color: approx Perano. HEX triplet: A6, AB and EF. RGB value is (166,171,239). Sum of RGB (Red+Green+Blue) = 166+171+239=576 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.82% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #A6ABEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ABEF is #595410. Grayscale: #B0B0B0. Windows color (decimal): -5854225 or 15707046. OLE color: 15707046.

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

Color convert

RGB166171239-
CMYK0.310.2800.06
HSL235.89º69.52%79.41%-
HSV(B)235.89º30.54%93.73%-
XYZ45.8743.4687.63-
YUV177.26162.84119.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.82%
GREEN value IS 171 (67.19% from 255) = 29.69%
BLUE value IS 239 (93.75% from 255) = 41.49%
R=28.82%
G=29.69%
B=41.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1661712390.310.2800.06235.8969.5279.41
HexA6ABEF1F1C06ec464f
Octal246253357373406354106117
Binary101001101010101111101111111111110001101110110010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ABEF; }

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

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

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

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

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

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

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

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