#ABA9EC

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

Shades of Perano #ABA9EC

Tints of Perano #ABA9EC

Color information

#ABA9EC (or 0xABA9EC) is unknown color: approx Perano. HEX triplet: AB, A9 and EC. RGB value is (171,169,236). Sum of RGB (Red+Green+Blue) = 171+169+236=576 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.69% from 576); Green value is 169 (66.41% from 255 or 29.34% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABA9EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA9EC is #545613. Grayscale: #B0B0B0. Windows color (decimal): -5527060 or 15509931. OLE color: 15509931.

HSL color Cylindrical-coordinate representation of color #ABA9EC: hue angle of 241.79º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABA9EC is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB171169236-
CMYK0.280.2800.07
HSL241.79º63.81%79.41%-
HSV(B)241.79º28.39%92.55%-
XYZ46.1243.0985.24-
YUV177.24161.16123.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.69%
GREEN value IS 169 (66.41% from 255) = 29.34%
BLUE value IS 236 (92.58% from 255) = 40.97%
R=29.69%
G=29.34%
B=40.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711692360.280.2800.07241.7963.8179.41
HexABA9EC1C1C07f2404f
Octal253251354343407362100117
Binary101010111010100111101100111001110001111111001010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA9EC; }

 p { color: rgb(171,169,236); }

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

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

 a { background-color: rgb(171,169,236); }

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

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

 span { border-color: rgb(171,169,236); }

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