#ABA2F2

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

Shades of Perano #ABA2F2

Tints of Perano #ABA2F2

Color information

#ABA2F2 (or 0xABA2F2) is unknown color: approx Perano. HEX triplet: AB, A2 and F2. RGB value is (171,162,242). Sum of RGB (Red+Green+Blue) = 171+162+242=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 162 (63.67% from 255 or 28.17% from 575); Blue value is 242 (94.92% from 255 or 42.09% from 575); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABA2F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA2F2 is #545D0D. Grayscale: #ADADAD. Windows color (decimal): -5528846 or 15901355. OLE color: 15901355.

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

Color convert

RGB171162242-
CMYK0.290.3300.05
HSL246.75º75.47%79.22%-
HSV(B)246.75º33.06%94.9%-
XYZ45.7440.9189.49-
YUV173.81166.48126-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.74%
GREEN value IS 162 (63.67% from 255) = 28.17%
BLUE value IS 242 (94.92% from 255) = 42.09%
R=29.74%
G=28.17%
B=42.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1711622420.290.3300.05246.7575.4779.22
HexABA2F21D2105f74b4f
Octal253242362354105367113117
Binary1010101110100010111100101110110000101011111011110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA2F2; }

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

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

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

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

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

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

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

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