#ACA8FC

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

Shades of Perano #ACA8FC

Tints of Perano #ACA8FC

Color information

#ACA8FC (or 0xACA8FC) is unknown color: approx Perano. HEX triplet: AC, A8 and FC. RGB value is (172,168,252). Sum of RGB (Red+Green+Blue) = 172+168+252=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 168 (66.02% from 255 or 28.38% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACA8FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA8FC is #535703. Grayscale: #B2B2B2. Windows color (decimal): -5461764 or 16558252. OLE color: 16558252.

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

Color convert

RGB172168252-
CMYK0.320.3300.01
HSL242.86º93.33%82.35%-
HSV(B)242.86º33.33%98.82%-
XYZ48.5943.897.99-
YUV178.77169.33123.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.05%
GREEN value IS 168 (66.02% from 255) = 28.38%
BLUE value IS 252 (98.83% from 255) = 42.57%
R=29.05%
G=28.38%
B=42.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1721682520.320.3300.01242.8693.3382.35
HexACA8FC202101f35d52
Octal254250374404101363135122
Binary101011001010100011111100100000100001011111001110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA8FC; }

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

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

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

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

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

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

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

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