#A097AF

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

Shades of Cold Purple #A097AF

Tints of Cold Purple #A097AF

Color information

#A097AF (or 0xA097AF) is unknown color: approx Cold Purple. HEX triplet: A0, 97 and AF. RGB value is (160,151,175). Sum of RGB (Red+Green+Blue) = 160+151+175=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 175 - color contains mainly: blue. Hex color #A097AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A097AF is #5F6850. Grayscale: #9C9C9C. Windows color (decimal): -6252625 or 11507616. OLE color: 11507616.

HSL color Cylindrical-coordinate representation of color #A097AF: hue angle of 262.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A097AF is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB160151175-
CMYK0.090.1400.31
HSL262.5º13.04%63.92%-
HSV(B)262.5º13.71%68.63%-
XYZ33.332.745.11-
YUV156.43138.48130.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.92%
GREEN value IS 151 (59.38% from 255) = 31.07%
BLUE value IS 175 (68.75% from 255) = 36.01%
R=32.92%
G=31.07%
B=36.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601511750.090.1400.31262.513.0463.92
HexA097AF9E01F106d40
Octal240227257111603740615100
Binary1010000010010111101011111001111001111110000011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A097AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A097AF; }

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

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

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

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

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

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

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

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