#A097BE

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

Shades of Cold Purple #A097BE

Tints of Cold Purple #A097BE

Color information

#A097BE (or 0xA097BE) is unknown color: approx Cold Purple. HEX triplet: A0, 97 and BE. RGB value is (160,151,190). Sum of RGB (Red+Green+Blue) = 160+151+190=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #A097BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A097BE is #5F6841. Grayscale: #9D9D9D. Windows color (decimal): -6252610 or 12490656. OLE color: 12490656.

HSL color Cylindrical-coordinate representation of color #A097BE: hue angle of 253.85º degrees, saturation: 0.23, 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 #A097BE is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB160151190-
CMYK0.160.2100.25
HSL253.85º23.08%66.86%-
HSV(B)253.85º20.53%74.51%-
XYZ34.8633.3253.31-
YUV158.14145.98129.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.94%
GREEN value IS 151 (59.38% from 255) = 30.14%
BLUE value IS 190 (74.61% from 255) = 37.92%
R=31.94%
G=30.14%
B=37.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601511900.160.2100.25253.8523.0866.86
HexA097BE1015019fe1743
Octal240227276202503137627103
Binary101000001001011110111110100001010101100111111110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A097BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A097BE; }

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

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

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

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

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

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

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

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