#ABA7EA

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

Shades of Perano #ABA7EA

Tints of Perano #ABA7EA

Color information

#ABA7EA (or 0xABA7EA) is unknown color: approx Perano. HEX triplet: AB, A7 and EA. RGB value is (171,167,234). Sum of RGB (Red+Green+Blue) = 171+167+234=572 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.90% from 572); Green value is 167 (65.62% from 255 or 29.20% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABA7EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA7EA is #545815. Grayscale: #AFAFAF. Windows color (decimal): -5527574 or 15378347. OLE color: 15378347.

HSL color Cylindrical-coordinate representation of color #ABA7EA: hue angle of 243.58º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABA7EA is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB171167234-
CMYK0.270.2900.08
HSL243.58º61.47%78.63%-
HSV(B)243.58º28.63%91.76%-
XYZ45.4642.2483.6-
YUV175.83160.83124.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.90%
GREEN value IS 167 (65.62% from 255) = 29.20%
BLUE value IS 234 (91.80% from 255) = 40.91%
R=29.90%
G=29.20%
B=40.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1711672340.270.2900.08243.5861.4778.63
HexABA7EA1B1D08f43d4f
Octal253247352333501036475117
Binary101010111010011111101010110111110101000111101001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA7EA; }

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

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

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

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

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

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

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

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