#ACAAEE

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

Shades of Perano #ACAAEE

Tints of Perano #ACAAEE

Color information

#ACAAEE (or 0xACAAEE) is unknown color: approx Perano. HEX triplet: AC, AA and EE. RGB value is (172,170,238). Sum of RGB (Red+Green+Blue) = 172+170+238=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACAAEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACAAEE is #535511. Grayscale: #B2B2B2. Windows color (decimal): -5461266 or 15641260. OLE color: 15641260.

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

Color convert

RGB172170238-
CMYK0.280.2900.07
HSL241.76º66.67%80%-
HSV(B)241.76º28.57%93.33%-
XYZ46.8243.6986.85-
YUV178.35161.66123.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.66%
GREEN value IS 170 (66.80% from 255) = 29.31%
BLUE value IS 238 (93.36% from 255) = 41.03%
R=29.66%
G=29.31%
B=41.03%

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
Decimal1721702380.280.2900.07241.7666.6780
HexACAAEE1C1D07f24350
Octal254252356343507362103120
Binary101011001010101011101110111001110101111111001010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAAEE; }

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

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

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

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

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

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

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

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