Html Css Color HEX #A797BC Cold Purple

📋 copy color: '#A797BC'

red 167 ◦ green 151 ◦ blue 188

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

Shades of Cold Purple #A797BC

Tints of Cold Purple #A797BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.15%

R = 33%
G = 29.84%
B = 37.15%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A797BC (or 0xA797BC) is known color: Cold Purple. HEX triplet: A7, 97 and BC. RGB value is (167,151,188). Sum of RGB (Red+Green+Blue) = 167+151+188=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #A797BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A797BC is #586843. Grayscale: #9F9F9F. Windows color (decimal): -5793860 or 12359591. OLE color: 12359591.

HSL color Cylindrical-coordinate representation of color #A797BC: hue angle of 265.95º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A797BC is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 151 188 -
CMYK 0.11 0.20 0 0.26
HSL 265.95º 0.22% 0.66% -
HSV(B) 265.95º 0.2% 0.74% -
XYZ 36.08 33.98 52.23 -
YUV 160 143.8 132.99 -
System Red Green Blue C M Y K H S L
Decimal 167 151 188 0.11 0.20 0 0.26 265.95 0.22 0.66
Hex A7 97 BC B 14 0 1A 10A 16 42
Octal 247 227 274 13 24 0 32 412 26 102
Binary 10100111 10010111 10111100 1011 10100 0 11010 100001010 10110 1000010

Color Harmonies of #A797BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A797BC

Black with #A797BC

Text Example


Text Example

White with #A797BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A797BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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