#aca4ef

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

Shades of Perano #ACA4EF

Tints of Perano #ACA4EF

Color information

#ACA4EF (or 0xACA4EF) is unknown color: approx Perano. HEX triplet: AC, A4 and EF. RGB value is (172,164,239). Sum of RGB (Red+Green+Blue) = 172+164+239=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 164 (64.45% from 255 or 28.52% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACA4EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA4EF is #535B10. Grayscale: #AEAEAE. Windows color (decimal): -5462801 or 15705260. OLE color: 15705260.

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

Color convert

RGB172164239-
CMYK0.280.3100.06
HSL246.4º70.09%79.02%-
HSV(B)246.4º31.38%93.73%-
XYZ45.8741.5587.26-
YUV174.94164.15125.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.91%
GREEN value IS 164 (64.45% from 255) = 28.52%
BLUE value IS 239 (93.75% from 255) = 41.57%
R=29.91%
G=28.52%
B=41.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1721642390.280.3100.06246.470.0979.02
HexACA4EF1C1F06f6464f
Octal254244357343706366106117
Binary101011001010010011101111111001111101101111011010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aca4ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aca4ef; }

 p { color: rgb(172,164,239); }

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

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

 a { background-color: rgb(172,164,239); }

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

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

 span { border-color: rgb(172,164,239); }

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