#ABA2F8

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

Shades of Perano #ABA2F8

Tints of Perano #ABA2F8

Color information

#ABA2F8 (or 0xABA2F8) is unknown color: approx Perano. HEX triplet: AB, A2 and F8. RGB value is (171,162,248). Sum of RGB (Red+Green+Blue) = 171+162+248=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 162 (63.67% from 255 or 27.88% from 581); Blue value is 248 (97.27% from 255 or 42.69% from 581); Max value from RGB is 248 - color contains mainly: blue. Hex color #ABA2F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA2F8 is #545D07. Grayscale: #AEAEAE. Windows color (decimal): -5528840 or 16294571. OLE color: 16294571.

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

Color convert

RGB171162248-
CMYK0.310.3500.03
HSL246.28º86%80.39%-
HSV(B)246.28º34.68%97.25%-
XYZ46.6641.2894.31-
YUV174.49169.48125.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.43%
GREEN value IS 162 (63.67% from 255) = 27.88%
BLUE value IS 248 (97.27% from 255) = 42.69%
R=29.43%
G=27.88%
B=42.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1711622480.310.3500.03246.288680.39
HexABA2F81F2303f65650
Octal253242370374303366126120
Binary101010111010001011111000111111000110111111011010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA2F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA2F8; }

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

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

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

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

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

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

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

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