#A0ACFF

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

Shades of Perano #A0ACFF

Tints of Perano #A0ACFF

Color information

#A0ACFF (or 0xA0ACFF) is unknown color: approx Perano. HEX triplet: A0, AC and FF. RGB value is (160,172,255). Sum of RGB (Red+Green+Blue) = 160+172+255=587 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.26% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0ACFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0ACFF is #5F5300. Grayscale: #B1B1B1. Windows color (decimal): -6247169 or 16755872. OLE color: 16755872.

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

Color convert

RGB160172255-
CMYK0.370.3300
HSL232.42º100%81.37%-
HSV(B)232.42º37.25%100%-
XYZ47.344.2100.65-
YUV177.87171.52115.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.26%
GREEN value IS 172 (67.58% from 255) = 29.30%
BLUE value IS 255 (100% from 255) = 43.44%
R=27.26%
G=29.30%
B=43.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1601722550.370.3300232.4210081.37
HexA0ACFF252100e86451
Octal240254377454100350144121
Binary101000001010110011111111100101100001001110100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ACFF; }

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

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

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

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

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

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

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

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