#ACA5EE

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

Shades of Perano #ACA5EE

Tints of Perano #ACA5EE

Color information

#ACA5EE (or 0xACA5EE) is unknown color: approx Perano. HEX triplet: AC, A5 and EE. RGB value is (172,165,238). Sum of RGB (Red+Green+Blue) = 172+165+238=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 165 (64.84% from 255 or 28.70% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACA5EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA5EE is #535A11. Grayscale: #AFAFAF. Windows color (decimal): -5462546 or 15639980. OLE color: 15639980.

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

Color convert

RGB172165238-
CMYK0.280.3100.07
HSL245.75º68.22%79.02%-
HSV(B)245.75º30.67%93.33%-
XYZ45.941.8586.55-
YUV175.42163.32125.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.91%
GREEN value IS 165 (64.84% from 255) = 28.70%
BLUE value IS 238 (93.36% from 255) = 41.39%
R=29.91%
G=28.70%
B=41.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721652380.280.3100.07245.7568.2279.02
HexACA5EE1C1F07f6444f
Octal254245356343707366104117
Binary101011001010010111101110111001111101111111011010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA5EE; }

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

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

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

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

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

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

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

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