#ABAAFA

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

Shades of Perano #ABAAFA

Tints of Perano #ABAAFA

Color information

#ABAAFA (or 0xABAAFA) is unknown color: approx Perano. HEX triplet: AB, AA and FA. RGB value is (171,170,250). Sum of RGB (Red+Green+Blue) = 171+170+250=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABAAFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAAFA is #545505. Grayscale: #B3B3B3. Windows color (decimal): -5526790 or 16427691. OLE color: 16427691.

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

Color convert

RGB171170250-
CMYK0.320.3200.02
HSL240.75º88.89%82.35%-
HSV(B)240.75º32%98.04%-
XYZ48.4244.3196.44-
YUV179.42167.83122-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.93%
GREEN value IS 170 (66.80% from 255) = 28.76%
BLUE value IS 250 (98.05% from 255) = 42.30%
R=28.93%
G=28.76%
B=42.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711702500.320.3200.02240.7588.8982.35
HexABAAFA202002f15952
Octal253252372404002361131122
Binary1010101110101010111110101000001000000101111000110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAAFA; }

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

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

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

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

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

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

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

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