#ABA7F9

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

Shades of Perano #ABA7F9

Tints of Perano #ABA7F9

Color information

#ABA7F9 (or 0xABA7F9) is unknown color: approx Perano. HEX triplet: AB, A7 and F9. RGB value is (171,167,249). Sum of RGB (Red+Green+Blue) = 171+167+249=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 167 (65.62% from 255 or 28.45% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #ABA7F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA7F9 is #545806. Grayscale: #B1B1B1. Windows color (decimal): -5527559 or 16361387. OLE color: 16361387.

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

Color convert

RGB171167249-
CMYK0.310.3300.02
HSL242.93º87.23%81.57%-
HSV(B)242.93º32.93%97.65%-
XYZ47.7143.1395.43-
YUV177.54168.33123.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.13%
GREEN value IS 167 (65.62% from 255) = 28.45%
BLUE value IS 249 (97.66% from 255) = 42.42%
R=29.13%
G=28.45%
B=42.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711672490.310.3300.02242.9387.2381.57
HexABA7F91F2102f35752
Octal253247371374102363127122
Binary101010111010011111111001111111000010101111001110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA7F9; }

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

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

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

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

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

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

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

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