#A6ABFA

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

Shades of Perano #A6ABFA

Tints of Perano #A6ABFA

Color information

#A6ABFA (or 0xA6ABFA) is unknown color: approx Perano. HEX triplet: A6, AB and FA. RGB value is (166,171,250). Sum of RGB (Red+Green+Blue) = 166+171+250=587 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.28% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #A6ABFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ABFA is #595405. Grayscale: #B2B2B2. Windows color (decimal): -5854214 or 16427942. OLE color: 16427942.

HSL color Cylindrical-coordinate representation of color #A6ABFA: hue angle of 236.43º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6ABFA is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB166171250-
CMYK0.340.3200.02
HSL236.43º89.36%81.57%-
HSV(B)236.43º33.6%98.04%-
XYZ47.5444.1396.46-
YUV178.51168.34119.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.28%
GREEN value IS 171 (67.19% from 255) = 29.13%
BLUE value IS 250 (98.05% from 255) = 42.59%
R=28.28%
G=29.13%
B=42.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1661712500.340.3200.02236.4389.3681.57
HexA6ABFA222002ec5952
Octal246253372424002354131122
Binary1010011010101011111110101000101000000101110110010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ABFA; }

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

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

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

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

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

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

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

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