#ACA7EA

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

Shades of Perano #ACA7EA

Tints of Perano #ACA7EA

Color information

#ACA7EA (or 0xACA7EA) is unknown color: approx Perano. HEX triplet: AC, A7 and EA. RGB value is (172,167,234). Sum of RGB (Red+Green+Blue) = 172+167+234=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 167 (65.62% from 255 or 29.14% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACA7EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA7EA is #535815. Grayscale: #AFAFAF. Windows color (decimal): -5462038 or 15378348. OLE color: 15378348.

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

Color convert

RGB172167234-
CMYK0.260.2900.08
HSL244.48º61.47%78.63%-
HSV(B)244.48º28.63%91.76%-
XYZ45.6842.3583.61-
YUV176.13160.66125.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.02%
GREEN value IS 167 (65.62% from 255) = 29.14%
BLUE value IS 234 (91.80% from 255) = 40.84%
R=30.02%
G=29.14%
B=40.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721672340.260.2900.08244.4861.4778.63
HexACA7EA1A1D08f43d4f
Octal254247352323501036475117
Binary101011001010011111101010110101110101000111101001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA7EA; }

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

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

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

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

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

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

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

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