#A797BF

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

Shades of Cold Purple #A797BF

Tints of Cold Purple #A797BF

Color information

#A797BF (or 0xA797BF) is unknown color: approx Cold Purple. HEX triplet: A7, 97 and BF. RGB value is (167,151,191). Sum of RGB (Red+Green+Blue) = 167+151+191=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 191 - color contains mainly: blue. Hex color #A797BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A797BF is #586840. Grayscale: #A0A0A0. Windows color (decimal): -5793857 or 12556199. OLE color: 12556199.

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

Color convert

RGB167151191-
CMYK0.130.2100.25
HSL264º23.81%67.06%-
HSV(B)264º20.94%74.9%-
XYZ36.4134.1153.96-
YUV160.34145.3132.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.81%
GREEN value IS 151 (59.38% from 255) = 29.67%
BLUE value IS 191 (75% from 255) = 37.52%
R=32.81%
G=29.67%
B=37.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671511910.130.2100.2526423.8167.06
HexA797BFD150191081843
Octal247227277152503141030103
Binary101001111001011110111111110110101011001100001000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A797BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A797BF; }

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

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

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

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

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

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

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

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