#ABA7EE

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

Shades of Perano #ABA7EE

Tints of Perano #ABA7EE

Color information

#ABA7EE (or 0xABA7EE) is unknown color: approx Perano. HEX triplet: AB, A7 and EE. RGB value is (171,167,238). Sum of RGB (Red+Green+Blue) = 171+167+238=576 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.69% from 576); Green value is 167 (65.62% from 255 or 28.99% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABA7EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA7EE is #545811. Grayscale: #B0B0B0. Windows color (decimal): -5527570 or 15640491. OLE color: 15640491.

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

Color convert

RGB171167238-
CMYK0.280.3000.07
HSL243.38º67.62%79.41%-
HSV(B)243.38º29.83%93.33%-
XYZ46.0542.4786.66-
YUV176.29162.83124.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.69%
GREEN value IS 167 (65.62% from 255) = 28.99%
BLUE value IS 238 (93.36% from 255) = 41.32%
R=29.69%
G=28.99%
B=41.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711672380.280.3000.07243.3867.6279.41
HexABA7EE1C1E07f3444f
Octal253247356343607363104117
Binary101010111010011111101110111001111001111111001110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA7EE; }

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

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

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

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

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

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

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

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