#ACA4FA

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

Shades of Perano #ACA4FA

Tints of Perano #ACA4FA

Color information

#ACA4FA (or 0xACA4FA) is unknown color: approx Perano. HEX triplet: AC, A4 and FA. RGB value is (172,164,250). Sum of RGB (Red+Green+Blue) = 172+164+250=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 164 (64.45% from 255 or 27.99% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACA4FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA4FA is #535B05. Grayscale: #AFAFAF. Windows color (decimal): -5462790 or 16426156. OLE color: 16426156.

HSL color Cylindrical-coordinate representation of color #ACA4FA: hue angle of 245.58º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACA4FA is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172164250-
CMYK0.310.3400.02
HSL245.58º89.58%81.18%-
HSV(B)245.58º34.4%98.04%-
XYZ47.5442.2296.09-
YUV176.2169.65125.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.35%
GREEN value IS 164 (64.45% from 255) = 27.99%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=29.35%
G=27.99%
B=42.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721642500.310.3400.02245.5889.5881.18
HexACA4FA1F2202f65a51
Octal254244372374202366132121
Binary101011001010010011111010111111000100101111011010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA4FA; }

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

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

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

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

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

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

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

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