#ABA8EB

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

Shades of Perano #ABA8EB

Tints of Perano #ABA8EB

Color information

#ABA8EB (or 0xABA8EB) is unknown color: approx Perano. HEX triplet: AB, A8 and EB. RGB value is (171,168,235). Sum of RGB (Red+Green+Blue) = 171+168+235=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 168 (66.02% from 255 or 29.27% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #ABA8EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA8EB is #545714. Grayscale: #B0B0B0. Windows color (decimal): -5527317 or 15444139. OLE color: 15444139.

HSL color Cylindrical-coordinate representation of color #ABA8EB: hue angle of 242.69º degrees, saturation: 0.63, 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 #ABA8EB is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB171168235-
CMYK0.270.2900.08
HSL242.69º62.62%79.02%-
HSV(B)242.69º28.51%92.16%-
XYZ45.7942.6684.42-
YUV176.54160.99124.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.79%
GREEN value IS 168 (66.02% from 255) = 29.27%
BLUE value IS 235 (92.19% from 255) = 40.94%
R=29.79%
G=29.27%
B=40.94%

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
Decimal1711682350.270.2900.08242.6962.6279.02
HexABA8EB1B1D08f33f4f
Octal253250353333501036377117
Binary101010111010100011101011110111110101000111100111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA8EB; }

 p { color: rgb(171,168,235); }

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

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

 a { background-color: rgb(171,168,235); }

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

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

 span { border-color: rgb(171,168,235); }

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