#ACA7EC

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

Shades of Perano #ACA7EC

Tints of Perano #ACA7EC

Color information

#ACA7EC (or 0xACA7EC) is unknown color: approx Perano. HEX triplet: AC, A7 and EC. RGB value is (172,167,236). Sum of RGB (Red+Green+Blue) = 172+167+236=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 167 (65.62% from 255 or 29.04% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACA7EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA7EC is #535813. Grayscale: #B0B0B0. Windows color (decimal): -5462036 or 15509420. OLE color: 15509420.

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

Color convert

RGB172167236-
CMYK0.270.2900.07
HSL244.35º64.49%79.02%-
HSV(B)244.35º29.24%92.55%-
XYZ45.9742.4685.13-
YUV176.36161.66124.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.91%
GREEN value IS 167 (65.62% from 255) = 29.04%
BLUE value IS 236 (92.58% from 255) = 41.04%
R=29.91%
G=29.04%
B=41.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721672360.270.2900.07244.3564.4979.02
HexACA7EC1B1D07f4404f
Octal254247354333507364100117
Binary101011001010011111101100110111110101111111010010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA7EC; }

 p { color: rgb(172,167,236); }

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

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

 a { background-color: rgb(172,167,236); }

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

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

 span { border-color: rgb(172,167,236); }

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