#A097B3

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

Shades of Cold Purple #A097B3

Tints of Cold Purple #A097B3

Color information

#A097B3 (or 0xA097B3) is unknown color: approx Cold Purple. HEX triplet: A0, 97 and B3. RGB value is (160,151,179). Sum of RGB (Red+Green+Blue) = 160+151+179=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 179 - color contains mainly: blue. Hex color #A097B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A097B3 is #5F684C. Grayscale: #9C9C9C. Windows color (decimal): -6252621 or 11769760. OLE color: 11769760.

HSL color Cylindrical-coordinate representation of color #A097B3: hue angle of 259.29º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A097B3 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB160151179-
CMYK0.110.1600.30
HSL259.29º15.56%64.71%-
HSV(B)259.29º15.64%70.2%-
XYZ33.732.8647.21-
YUV156.88140.48130.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.65%
GREEN value IS 151 (59.38% from 255) = 30.82%
BLUE value IS 179 (70.31% from 255) = 36.53%
R=32.65%
G=30.82%
B=36.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1601511790.110.1600.30259.2915.5664.71
HexA097B3B1001E1031041
Octal240227263132003640320101
Binary101000001001011110110011101110000011110100000011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A097B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A097B3; }

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

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

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

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

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

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

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

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