#ABA2F7

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

Shades of Perano #ABA2F7

Tints of Perano #ABA2F7

Color information

#ABA2F7 (or 0xABA2F7) is unknown color: approx Perano. HEX triplet: AB, A2 and F7. RGB value is (171,162,247). Sum of RGB (Red+Green+Blue) = 171+162+247=580 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.48% from 580); Green value is 162 (63.67% from 255 or 27.93% from 580); Blue value is 247 (96.88% from 255 or 42.59% from 580); Max value from RGB is 247 - color contains mainly: blue. Hex color #ABA2F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA2F7 is #545D08. Grayscale: #AEAEAE. Windows color (decimal): -5528841 or 16229035. OLE color: 16229035.

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

Color convert

RGB171162247-
CMYK0.310.3400.03
HSL246.35º84.16%80.2%-
HSV(B)246.35º34.41%96.86%-
XYZ46.541.2193.5-
YUV174.38168.98125.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.48%
GREEN value IS 162 (63.67% from 255) = 27.93%
BLUE value IS 247 (96.88% from 255) = 42.59%
R=29.48%
G=27.93%
B=42.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1711622470.310.3400.03246.3584.1680.2
HexABA2F71F2203f65450
Octal253242367374203366124120
Binary101010111010001011110111111111000100111111011010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA2F7; }

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

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

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

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

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

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

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

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