Html Css Color HEX #A497BE Cold Purple

📋 copy color: '#A497BE'

red 164 ◦ green 151 ◦ blue 190

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

Shades of Cold Purple #A497BE

Tints of Cold Purple #A497BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.62%

R = 32.48%
G = 29.9%
B = 37.62%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A497BE (or 0xA497BE) is known color: Cold Purple. HEX triplet: A4, 97 and BE. RGB value is (164,151,190). Sum of RGB (Red+Green+Blue) = 164+151+190=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #A497BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A497BE is #5B6841. Grayscale: #9F9F9F. Windows color (decimal): -5990466 or 12490660. OLE color: 12490660.

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

Color convert

RGB 164 151 190 -
CMYK 0.14 0.21 0 0.25
HSL 260º 0.23% 0.67% -
HSV(B) 260º 0.21% 0.75% -
XYZ 35.67 33.74 53.35 -
YUV 159.33 145.31 131.33 -
System Red Green Blue C M Y K H S L
Decimal 164 151 190 0.14 0.21 0 0.25 260 0.23 0.67
Hex A4 97 BE E 15 0 19 104 17 43
Octal 244 227 276 16 25 0 31 404 27 103
Binary 10100100 10010111 10111110 1110 10101 0 11001 100000100 10111 1000011

Color Harmonies of #A497BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A497BE

Black with #A497BE

Text Example


Text Example

White with #A497BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A497BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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