#aca9ea

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

Shades of Perano #ACA9EA

Tints of Perano #ACA9EA

Color information

#ACA9EA (or 0xACA9EA) is unknown color: approx Perano. HEX triplet: AC, A9 and EA. RGB value is (172,169,234). Sum of RGB (Red+Green+Blue) = 172+169+234=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 169 (66.41% from 255 or 29.39% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACA9EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA9EA is #535615. Grayscale: #B1B1B1. Windows color (decimal): -5461526 or 15378860. OLE color: 15378860.

HSL color Cylindrical-coordinate representation of color #ACA9EA: hue angle of 242.77º degrees, saturation: 0.61, 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 #ACA9EA is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172169234-
CMYK0.260.2800.08
HSL242.77º60.75%79.02%-
HSV(B)242.77º27.78%91.76%-
XYZ46.0543.0983.73-
YUV177.31159.99124.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.91%
GREEN value IS 169 (66.41% from 255) = 29.39%
BLUE value IS 234 (91.80% from 255) = 40.70%
R=29.91%
G=29.39%
B=40.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721692340.260.2800.08242.7760.7579.02
HexACA9EA1A1C08f33d4f
Octal254251352323401036375117
Binary101011001010100111101010110101110001000111100111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aca9ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aca9ea; }

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

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

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

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

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

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

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

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