#ABAAEE

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

Shades of Perano #ABAAEE

Tints of Perano #ABAAEE

Color information

#ABAAEE (or 0xABAAEE) is unknown color: approx Perano. HEX triplet: AB, AA and EE. RGB value is (171,170,238). Sum of RGB (Red+Green+Blue) = 171+170+238=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABAAEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAAEE is #545511. Grayscale: #B1B1B1. Windows color (decimal): -5526802 or 15641259. OLE color: 15641259.

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

Color convert

RGB171170238-
CMYK0.280.2900.07
HSL240.88º66.67%80%-
HSV(B)240.88º28.57%93.33%-
XYZ46.643.5886.84-
YUV178.05161.83122.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.53%
GREEN value IS 170 (66.80% from 255) = 29.36%
BLUE value IS 238 (93.36% from 255) = 41.11%
R=29.53%
G=29.36%
B=41.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711702380.280.2900.07240.8866.6780
HexABAAEE1C1D07f14350
Octal253252356343507361103120
Binary101010111010101011101110111001110101111111000110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAAEE; }

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

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

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

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

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

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

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

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