#ABA5EE

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

Shades of Perano #ABA5EE

Tints of Perano #ABA5EE

Color information

#ABA5EE (or 0xABA5EE) is unknown color: approx Perano. HEX triplet: AB, A5 and EE. RGB value is (171,165,238). Sum of RGB (Red+Green+Blue) = 171+165+238=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 165 (64.84% from 255 or 28.75% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABA5EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA5EE is #545A11. Grayscale: #AEAEAE. Windows color (decimal): -5528082 or 15639979. OLE color: 15639979.

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

Color convert

RGB171165238-
CMYK0.280.3100.07
HSL244.93º68.22%79.02%-
HSV(B)244.93º30.67%93.33%-
XYZ45.6841.7486.54-
YUV175.12163.49125.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.79%
GREEN value IS 165 (64.84% from 255) = 28.75%
BLUE value IS 238 (93.36% from 255) = 41.46%
R=29.79%
G=28.75%
B=41.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711652380.280.3100.07244.9368.2279.02
HexABA5EE1C1F07f5444f
Octal253245356343707365104117
Binary101010111010010111101110111001111101111111010110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA5EE; }

 p { color: rgb(171,165,238); }

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

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

 a { background-color: rgb(171,165,238); }

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

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

 span { border-color: rgb(171,165,238); }

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