#ACA0FC

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

Shades of Perano #ACA0FC

Tints of Perano #ACA0FC

Color information

#ACA0FC (or 0xACA0FC) is unknown color: approx Perano. HEX triplet: AC, A0 and FC. RGB value is (172,160,252). Sum of RGB (Red+Green+Blue) = 172+160+252=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 160 (62.89% from 255 or 27.40% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACA0FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA0FC is #535F03. Grayscale: #ADADAD. Windows color (decimal): -5463812 or 16556204. OLE color: 16556204.

HSL color Cylindrical-coordinate representation of color #ACA0FC: hue angle of 247.83º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACA0FC is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB172160252-
CMYK0.320.3700.01
HSL247.83º93.88%80.78%-
HSV(B)247.83º36.51%98.82%-
XYZ47.1540.9497.51-
YUV174.08171.98126.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.45%
GREEN value IS 160 (62.89% from 255) = 27.40%
BLUE value IS 252 (98.83% from 255) = 43.15%
R=29.45%
G=27.40%
B=43.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1721602520.320.3700.01247.8393.8880.78
HexACA0FC202501f85e51
Octal254240374404501370136121
Binary101011001010000011111100100000100101011111100010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA0FC; }

 p { color: rgb(172,160,252); }

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

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

 a { background-color: rgb(172,160,252); }

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

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

 span { border-color: rgb(172,160,252); }

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