#ABAAF7

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

Shades of Perano #ABAAF7

Tints of Perano #ABAAF7

Color information

#ABAAF7 (or 0xABAAF7) is unknown color: approx Perano. HEX triplet: AB, AA and F7. RGB value is (171,170,247). Sum of RGB (Red+Green+Blue) = 171+170+247=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 247 (96.88% from 255 or 42.01% from 588); Max value from RGB is 247 - color contains mainly: blue. Hex color #ABAAF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAAF7 is #545508. Grayscale: #B2B2B2. Windows color (decimal): -5526793 or 16231083. OLE color: 16231083.

HSL color Cylindrical-coordinate representation of color #ABAAF7: hue angle of 240.78º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABAAF7 is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB171170247-
CMYK0.310.3100.03
HSL240.78º82.8%81.76%-
HSV(B)240.78º31.17%96.86%-
XYZ47.9644.1293.98-
YUV179.08166.33122.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.08%
GREEN value IS 170 (66.80% from 255) = 28.91%
BLUE value IS 247 (96.88% from 255) = 42.01%
R=29.08%
G=28.91%
B=42.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1711702470.310.3100.03240.7882.881.76
HexABAAF71F1F03f15352
Octal253252367373703361123122
Binary10101011101010101111011111111111110111111000110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAAF7; }

 p { color: rgb(171,170,247); }

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

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

 a { background-color: rgb(171,170,247); }

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

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

 span { border-color: rgb(171,170,247); }

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