#ABA0F9

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

Shades of Perano #ABA0F9

Tints of Perano #ABA0F9

Color information

#ABA0F9 (or 0xABA0F9) is unknown color: approx Perano. HEX triplet: AB, A0 and F9. RGB value is (171,160,249). Sum of RGB (Red+Green+Blue) = 171+160+249=580 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.48% from 580); Green value is 160 (62.89% from 255 or 27.59% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 249 - color contains mainly: blue. Hex color #ABA0F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA0F9 is #545F06. Grayscale: #ADADAD. Windows color (decimal): -5529351 or 16359595. OLE color: 16359595.

HSL color Cylindrical-coordinate representation of color #ABA0F9: hue angle of 247.42º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABA0F9 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171160249-
CMYK0.310.3600.02
HSL247.42º88.12%80.2%-
HSV(B)247.42º35.74%97.65%-
XYZ46.4640.6495.02-
YUV173.43170.64126.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.48%
GREEN value IS 160 (62.89% from 255) = 27.59%
BLUE value IS 249 (97.66% from 255) = 42.93%
R=29.48%
G=27.59%
B=42.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711602490.310.3600.02247.4288.1280.2
HexABA0F91F2402f75850
Octal253240371374402367130120
Binary101010111010000011111001111111001000101111011110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA0F9; }

 p { color: rgb(171,160,249); }

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

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

 a { background-color: rgb(171,160,249); }

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

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

 span { border-color: rgb(171,160,249); }

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