Html Css Color HEX #A197BC Cold Purple

📋 copy color: '#A197BC'

red 161 ◦ green 151 ◦ blue 188

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

Shades of Cold Purple #A197BC

Tints of Cold Purple #A197BC

RGB

 RED value IS 161 (63.28% from 255) = 32.2%

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

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

R = 32.2%
G = 30.2%
B = 37.6%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A197BC (or 0xA197BC) is known color: Cold Purple. HEX triplet: A1, 97 and BC. RGB value is (161,151,188). Sum of RGB (Red+Green+Blue) = 161+151+188=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 188 - color contains mainly: blue. Hex color #A197BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A197BC is #5E6843. Grayscale: #9E9E9E. Windows color (decimal): -6187076 or 12359585. OLE color: 12359585.

HSL color Cylindrical-coordinate representation of color #A197BC: hue angle of 256.22º 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 #A197BC is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 151 188 -
CMYK 0.14 0.20 0 0.26
HSL 256.22º 0.22% 0.66% -
HSV(B) 256.22º 0.2% 0.74% -
XYZ 34.84 33.34 52.18 -
YUV 158.21 144.81 129.99 -
System Red Green Blue C M Y K H S L
Decimal 161 151 188 0.14 0.20 0 0.26 256.22 0.22 0.66
Hex A1 97 BC E 14 0 1A 100 16 42
Octal 241 227 274 16 24 0 32 400 26 102
Binary 10100001 10010111 10111100 1110 10100 0 11010 100000000 10110 1000010

Color Harmonies of #A197BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A197BC

Black with #A197BC

Text Example


Text Example

White with #A197BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A197BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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