#a4acfc

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

Shades of Perano #A4ACFC

Tints of Perano #A4ACFC

Color information

#A4ACFC (or 0xA4ACFC) is unknown color: approx Perano. HEX triplet: A4, AC and FC. RGB value is (164,172,252). Sum of RGB (Red+Green+Blue) = 164+172+252=588 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.89% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #A4ACFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4ACFC is #5B5303. Grayscale: #B2B2B2. Windows color (decimal): -5985028 or 16559268. OLE color: 16559268.

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

Color convert

RGB164172252-
CMYK0.350.3200.01
HSL234.55º93.62%81.57%-
HSV(B)234.55º34.92%98.82%-
XYZ47.6344.4398.16-
YUV178.73169.35117.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.89%
GREEN value IS 172 (67.58% from 255) = 29.25%
BLUE value IS 252 (98.83% from 255) = 42.86%
R=27.89%
G=29.25%
B=42.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1641722520.350.3200.01234.5593.6281.57
HexA4ACFC232001eb5e52
Octal244254374434001353136122
Binary101001001010110011111100100011100000011110101110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4acfc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4acfc; }

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

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

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

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

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

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

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

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