#ACAAEB

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

Shades of Perano #ACAAEB

Tints of Perano #ACAAEB

Color information

#ACAAEB (or 0xACAAEB) is unknown color: approx Perano. HEX triplet: AC, AA and EB. RGB value is (172,170,235). Sum of RGB (Red+Green+Blue) = 172+170+235=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACAAEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACAAEB is #535514. Grayscale: #B1B1B1. Windows color (decimal): -5461269 or 15444652. OLE color: 15444652.

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

Color convert

RGB172170235-
CMYK0.270.2800.08
HSL241.85º61.9%79.41%-
HSV(B)241.85º27.66%92.16%-
XYZ46.3843.5284.55-
YUV178.01160.16123.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.81%
GREEN value IS 170 (66.80% from 255) = 29.46%
BLUE value IS 235 (92.19% from 255) = 40.73%
R=29.81%
G=29.46%
B=40.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721702350.270.2800.08241.8561.979.41
HexACAAEB1B1C08f23e4f
Octal254252353333401036276117
Binary101011001010101011101011110111110001000111100101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAAEB; }

 p { color: rgb(172,170,235); }

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

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

 a { background-color: rgb(172,170,235); }

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

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

 span { border-color: rgb(172,170,235); }

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