#ABA7E9

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

Shades of Perano #ABA7E9

Tints of Perano #ABA7E9

Color information

#ABA7E9 (or 0xABA7E9) is unknown color: approx Perano. HEX triplet: AB, A7 and E9. RGB value is (171,167,233). Sum of RGB (Red+Green+Blue) = 171+167+233=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 167 (65.62% from 255 or 29.25% from 571); Blue value is 233 (91.41% from 255 or 40.81% from 571); Max value from RGB is 233 - color contains mainly: blue. Hex color #ABA7E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA7E9 is #545816. Grayscale: #AFAFAF. Windows color (decimal): -5527575 or 15312811. OLE color: 15312811.

HSL color Cylindrical-coordinate representation of color #ABA7E9: hue angle of 243.64º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABA7E9 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB171167233-
CMYK0.270.2800.09
HSL243.64º60%78.43%-
HSV(B)243.64º28.33%91.37%-
XYZ45.3242.1882.84-
YUV175.72160.33124.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.95%
GREEN value IS 167 (65.62% from 255) = 29.25%
BLUE value IS 233 (91.41% from 255) = 40.81%
R=29.95%
G=29.25%
B=40.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1711672330.270.2800.09243.646078.43
HexABA7E91B1C09f43c4e
Octal253247351333401136474116
Binary101010111010011111101001110111110001001111101001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA7E9; }

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

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

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

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

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

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

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

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