#ABA7E8

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

Shades of Perano #ABA7E8

Tints of Perano #ABA7E8

Color information

#ABA7E8 (or 0xABA7E8) is unknown color: approx Perano. HEX triplet: AB, A7 and E8. RGB value is (171,167,232). Sum of RGB (Red+Green+Blue) = 171+167+232=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 167 (65.62% from 255 or 29.30% from 570); Blue value is 232 (91.02% from 255 or 40.70% from 570); Max value from RGB is 232 - color contains mainly: blue. Hex color #ABA7E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA7E8 is #545817. Grayscale: #AFAFAF. Windows color (decimal): -5527576 or 15247275. OLE color: 15247275.

HSL color Cylindrical-coordinate representation of color #ABA7E8: hue angle of 243.69º degrees, saturation: 0.59, 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 #ABA7E8 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB171167232-
CMYK0.260.2800.09
HSL243.69º58.56%78.24%-
HSV(B)243.69º28.02%90.98%-
XYZ45.1842.1282.09-
YUV175.61159.83124.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30%
GREEN value IS 167 (65.62% from 255) = 29.30%
BLUE value IS 232 (91.02% from 255) = 40.70%
R=30%
G=29.30%
B=40.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1711672320.260.2800.09243.6958.5678.24
HexABA7E81A1C09f43b4e
Octal253247350323401136473116
Binary101010111010011111101000110101110001001111101001110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA7E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA7E8; }

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

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

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

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

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

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

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

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