#A797BE

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

Shades of Cold Purple #A797BE

Tints of Cold Purple #A797BE

Color information

#A797BE (or 0xA797BE) is unknown color: approx Cold Purple. HEX triplet: A7, 97 and BE. RGB value is (167,151,190). Sum of RGB (Red+Green+Blue) = 167+151+190=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #A797BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A797BE is #586841. Grayscale: #A0A0A0. Windows color (decimal): -5793858 or 12490663. OLE color: 12490663.

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

Color convert

RGB167151190-
CMYK0.120.2100.25
HSL264.62º23.08%66.86%-
HSV(B)264.62º20.53%74.51%-
XYZ36.334.0753.38-
YUV160.23144.8132.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.87%
GREEN value IS 151 (59.38% from 255) = 29.72%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=32.87%
G=29.72%
B=37.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671511900.120.2100.25264.6223.0866.86
HexA797BEC150191091743
Octal247227276142503141127103
Binary101001111001011110111110110010101011001100001001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A797BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A797BE; }

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

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

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

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

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

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

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

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