#A0ACF1

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

Shades of Perano #A0ACF1

Tints of Perano #A0ACF1

Color information

#A0ACF1 (or 0xA0ACF1) is unknown color: approx Perano. HEX triplet: A0, AC and F1. RGB value is (160,172,241). Sum of RGB (Red+Green+Blue) = 160+172+241=573 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.92% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #A0ACF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0ACF1 is #5F530E. Grayscale: #AFAFAF. Windows color (decimal): -6247183 or 15838368. OLE color: 15838368.

HSL color Cylindrical-coordinate representation of color #A0ACF1: hue angle of 231.11º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0ACF1 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB160172241-
CMYK0.340.2900.05
HSL231.11º74.31%78.63%-
HSV(B)231.11º33.61%94.51%-
XYZ45.1343.3389.2-
YUV176.28164.52116.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.92%
GREEN value IS 172 (67.58% from 255) = 30.02%
BLUE value IS 241 (94.53% from 255) = 42.06%
R=27.92%
G=30.02%
B=42.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1601722410.340.2900.05231.1174.3178.63
HexA0ACF1221D05e74a4f
Octal240254361423505347112117
Binary1010000010101100111100011000101110101011110011110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ACF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ACF1; }

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

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

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

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

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

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

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

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