Html Css Color HEX #A797C0 Cold Purple

📋 copy color: '#A797C0'

red 167 ◦ green 151 ◦ blue 192

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

Shades of Cold Purple #A797C0

Tints of Cold Purple #A797C0

RGB

 RED value IS 167 (65.63% from 255) = 32.75%

 GREEN value IS 151 (59.38% from 255) = 29.61%

 BLUE value IS 192 (75.39% from 255) = 37.65%

R = 32.75%
G = 29.61%
B = 37.65%

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

#A797C0 (or 0xA797C0) is known color: Cold Purple. HEX triplet: A7, 97 and C0. RGB value is (167,151,192). Sum of RGB (Red+Green+Blue) = 167+151+192=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 192 - color contains mainly: blue. Hex color #A797C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A797C0 is #58683F. Grayscale: #A0A0A0. Windows color (decimal): -5793856 or 12621735. OLE color: 12621735.

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

Color convert

RGB 167 151 192 -
CMYK 0.13 0.21 0 0.25
HSL 263.41º 0.25% 0.67% -
HSV(B) 263.41º 0.21% 0.75% -
XYZ 36.52 34.15 54.54 -
YUV 160.46 145.8 132.67 -
System Red Green Blue C M Y K H S L
Decimal 167 151 192 0.13 0.21 0 0.25 263.41 0.25 0.67
Hex A7 97 C0 D 15 0 19 107 19 43
Octal 247 227 300 15 25 0 31 407 31 103
Binary 10100111 10010111 11000000 1101 10101 0 11001 100000111 11001 1000011

Color Harmonies of #A797C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A797C0

Black with #A797C0

Text Example


Text Example

White with #A797C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A797C0; }

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

 H1.HeaderClassName
 {
   color: #A797C0;
 }
 .AnyTagClassName
 {
   color: #A797C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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