#A097C0

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

Shades of Cold Purple #A097C0

Tints of Cold Purple #A097C0

Color information

#A097C0 (or 0xA097C0) is unknown color: approx Cold Purple. HEX triplet: A0, 97 and C0. RGB value is (160,151,192). Sum of RGB (Red+Green+Blue) = 160+151+192=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 192 - color contains mainly: blue. Hex color #A097C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A097C0 is #5F683F. Grayscale: #9E9E9E. Windows color (decimal): -6252608 or 12621728. OLE color: 12621728.

HSL color Cylindrical-coordinate representation of color #A097C0: hue angle of 253.17º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A097C0 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB160151192-
CMYK0.170.2100.25
HSL253.17º24.55%67.25%-
HSV(B)253.17º21.35%75.29%-
XYZ35.0833.4154.47-
YUV158.36146.98129.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.81%
GREEN value IS 151 (59.38% from 255) = 30.02%
BLUE value IS 192 (75.39% from 255) = 38.17%
R=31.81%
G=30.02%
B=38.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601511920.170.2100.25253.1724.5567.25
HexA097C01115019fd1943
Octal240227300212503137531103
Binary101000001001011111000000100011010101100111111101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A097C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A097C0; }

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

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

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

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

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

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

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

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