#ABAAF3

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

Shades of Perano #ABAAF3

Tints of Perano #ABAAF3

Color information

#ABAAF3 (or 0xABAAF3) is unknown color: approx Perano. HEX triplet: AB, AA and F3. RGB value is (171,170,243). Sum of RGB (Red+Green+Blue) = 171+170+243=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 243 (95.31% from 255 or 41.61% from 584); Max value from RGB is 243 - color contains mainly: blue. Hex color #ABAAF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAAF3 is #54550C. Grayscale: #B2B2B2. Windows color (decimal): -5526797 or 15968939. OLE color: 15968939.

HSL color Cylindrical-coordinate representation of color #ABAAF3: hue angle of 240.82º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABAAF3 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB171170243-
CMYK0.300.3000.05
HSL240.82º75.26%80.98%-
HSV(B)240.82º30.04%95.29%-
XYZ47.3543.8890.77-
YUV178.62164.33122.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.28%
GREEN value IS 170 (66.80% from 255) = 29.11%
BLUE value IS 243 (95.31% from 255) = 41.61%
R=29.28%
G=29.11%
B=41.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1711702430.300.3000.05240.8275.2680.98
HexABAAF31E1E05f14b51
Octal253252363363605361113121
Binary101010111010101011110011111101111001011111000110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAAF3; }

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

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

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

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

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

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

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

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