#A0ACFC

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

Shades of Perano #A0ACFC

Tints of Perano #A0ACFC

Color information

#A0ACFC (or 0xA0ACFC) is unknown color: approx Perano. HEX triplet: A0, AC and FC. RGB value is (160,172,252). Sum of RGB (Red+Green+Blue) = 160+172+252=584 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.40% from 584); Green value is 172 (67.58% from 255 or 29.45% 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 #A0ACFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0ACFC is #5F5303. Grayscale: #B1B1B1. Windows color (decimal): -6247172 or 16559264. OLE color: 16559264.

HSL color Cylindrical-coordinate representation of color #A0ACFC: hue angle of 232.17º 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 #A0ACFC is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB160172252-
CMYK0.370.3200.01
HSL232.17º93.88%80.78%-
HSV(B)232.17º36.51%98.82%-
XYZ46.8244.0198.12-
YUV177.53170.02115.5-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1601722520.370.3200.01232.1793.8880.78
HexA0ACFC252001e85e51
Octal240254374454001350136121
Binary101000001010110011111100100101100000011110100010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ACFC; }

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

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

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

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

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

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

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

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