#ACA3F0

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

Shades of Perano #ACA3F0

Tints of Perano #ACA3F0

Color information

#ACA3F0 (or 0xACA3F0) is unknown color: approx Perano. HEX triplet: AC, A3 and F0. RGB value is (172,163,240). Sum of RGB (Red+Green+Blue) = 172+163+240=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 163 (64.06% from 255 or 28.35% from 575); Blue value is 240 (94.14% from 255 or 41.74% from 575); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACA3F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA3F0 is #535C0F. Grayscale: #AEAEAE. Windows color (decimal): -5463056 or 15770540. OLE color: 15770540.

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

Color convert

RGB172163240-
CMYK0.280.3200.06
HSL247.01º71.96%79.02%-
HSV(B)247.01º32.08%94.12%-
XYZ45.8441.2687.99-
YUV174.47164.98126.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.91%
GREEN value IS 163 (64.06% from 255) = 28.35%
BLUE value IS 240 (94.14% from 255) = 41.74%
R=29.91%
G=28.35%
B=41.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1721632400.280.3200.06247.0171.9679.02
HexACA3F01C2006f7484f
Octal254243360344006367110117
Binary1010110010100011111100001110010000001101111011110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA3F0; }

 p { color: rgb(172,163,240); }

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

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

 a { background-color: rgb(172,163,240); }

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

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

 span { border-color: rgb(172,163,240); }

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