Html Css Color HEX #A497BC Cold Purple

📋 copy color: '#A497BC'

red 164 ◦ green 151 ◦ blue 188

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

Shades of Cold Purple #A497BC

Tints of Cold Purple #A497BC

RGB

 RED value IS 164 (64.45% from 255) = 32.6%

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

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

R = 32.6%
G = 30.02%
B = 37.38%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A497BC (or 0xA497BC) is known color: Cold Purple. HEX triplet: A4, 97 and BC. RGB value is (164,151,188). Sum of RGB (Red+Green+Blue) = 164+151+188=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #A497BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A497BC is #5B6843. Grayscale: #9E9E9E. Windows color (decimal): -5990468 or 12359588. OLE color: 12359588.

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

Color convert

RGB 164 151 188 -
CMYK 0.13 0.20 0 0.26
HSL 261.08º 0.22% 0.66% -
HSV(B) 261.08º 0.2% 0.74% -
XYZ 35.45 33.66 52.2 -
YUV 159.11 144.31 131.49 -
System Red Green Blue C M Y K H S L
Decimal 164 151 188 0.13 0.20 0 0.26 261.08 0.22 0.66
Hex A4 97 BC D 14 0 1A 105 16 42
Octal 244 227 274 15 24 0 32 405 26 102
Binary 10100100 10010111 10111100 1101 10100 0 11010 100000101 10110 1000010

Color Harmonies of #A497BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A497BC

Black with #A497BC

Text Example


Text Example

White with #A497BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A497BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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