#A097AC

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

Shades of Cold Purple #A097AC

Tints of Cold Purple #A097AC

Color information

#A097AC (or 0xA097AC) is unknown color: approx Cold Purple. HEX triplet: A0, 97 and AC. RGB value is (160,151,172). Sum of RGB (Red+Green+Blue) = 160+151+172=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 172 - color contains mainly: blue. Hex color #A097AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A097AC is #5F6853. Grayscale: #9C9C9C. Windows color (decimal): -6252628 or 11311008. OLE color: 11311008.

HSL color Cylindrical-coordinate representation of color #A097AC: hue angle of 265.71º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A097AC is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB160151172-
CMYK0.070.1200.33
HSL265.71º11.23%63.33%-
HSV(B)265.71º12.21%67.45%-
XYZ33.0132.5943.58-
YUV156.08136.98130.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.13%
GREEN value IS 151 (59.38% from 255) = 31.26%
BLUE value IS 172 (67.58% from 255) = 35.61%
R=33.13%
G=31.26%
B=35.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601511720.070.1200.33265.7111.2363.33
HexA097AC7C02110ab3f
Octal2402272547140414121377
Binary101000001001011110101100111110001000011000010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A097AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A097AC; }

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

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

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

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

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

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

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

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