#ABA6EB

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

Shades of Perano #ABA6EB

Tints of Perano #ABA6EB

Color information

#ABA6EB (or 0xABA6EB) is unknown color: approx Perano. HEX triplet: AB, A6 and EB. RGB value is (171,166,235). Sum of RGB (Red+Green+Blue) = 171+166+235=572 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.90% from 572); Green value is 166 (65.23% from 255 or 29.02% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #ABA6EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA6EB is #545914. Grayscale: #AFAFAF. Windows color (decimal): -5527829 or 15443627. OLE color: 15443627.

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

Color convert

RGB171166235-
CMYK0.270.2900.08
HSL244.35º63.3%78.63%-
HSV(B)244.35º29.36%92.16%-
XYZ45.4341.9384.3-
YUV175.36161.66124.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.90%
GREEN value IS 166 (65.23% from 255) = 29.02%
BLUE value IS 235 (92.19% from 255) = 41.08%
R=29.90%
G=29.02%
B=41.08%

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
Decimal1711662350.270.2900.08244.3563.378.63
HexABA6EB1B1D08f43f4f
Octal253246353333501036477117
Binary101010111010011011101011110111110101000111101001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA6EB; }

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

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

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

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

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

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

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

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