#ABA9F2

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

Shades of Perano #ABA9F2

Tints of Perano #ABA9F2

Color information

#ABA9F2 (or 0xABA9F2) is unknown color: approx Perano. HEX triplet: AB, A9 and F2. RGB value is (171,169,242). Sum of RGB (Red+Green+Blue) = 171+169+242=582 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.38% from 582); Green value is 169 (66.41% from 255 or 29.04% from 582); Blue value is 242 (94.92% from 255 or 41.58% from 582); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABA9F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA9F2 is #54560D. Grayscale: #B1B1B1. Windows color (decimal): -5527054 or 15903147. OLE color: 15903147.

HSL color Cylindrical-coordinate representation of color #ABA9F2: hue angle of 241.64º degrees, saturation: 0.74, 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 #ABA9F2 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB171169242-
CMYK0.290.3000.05
HSL241.64º73.74%80.59%-
HSV(B)241.64º30.17%94.9%-
XYZ47.0143.4489.91-
YUV177.92164.16123.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.38%
GREEN value IS 169 (66.41% from 255) = 29.04%
BLUE value IS 242 (94.92% from 255) = 41.58%
R=29.38%
G=29.04%
B=41.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1711692420.290.3000.05241.6473.7480.59
HexABA9F21D1E05f24a51
Octal253251362353605362112121
Binary101010111010100111110010111011111001011111001010010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA9F2; }

 p { color: rgb(171,169,242); }

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

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

 a { background-color: rgb(171,169,242); }

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

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

 span { border-color: rgb(171,169,242); }

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