Html Css Color HEX #A797BF Cold Purple

📋 copy color: '#A797BF'

red 167 ◦ green 151 ◦ blue 191

#A797BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #A797BF

Tints of Cold Purple #A797BF

RGB

 RED value IS 167 (65.63% 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 value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A797BF (or 0xA797BF) is known color: 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

RGB 167 151 191 -
CMYK 0.13 0.21 0 0.25
HSL 264º 0.24% 0.67% -
HSV(B) 264º 0.21% 0.75% -
XYZ 36.41 34.11 53.96 -
YUV 160.34 145.3 132.75 -
System Red Green Blue C M Y K H S L
Decimal 167 151 191 0.13 0.21 0 0.25 264 0.24 0.67
Hex A7 97 BF D 15 0 19 108 18 43
Octal 247 227 277 15 25 0 31 410 30 103
Binary 10100111 10010111 10111111 1101 10101 0 11001 100001000 11000 1000011

Color Harmonies of #A797BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A797BF

Black with #A797BF

Text Example


Text Example

White with #A797BF

Text Example


Text Example

HTML Codes & Css Web 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>