Html Css Color HEX #A97EDB Medium Purple

📋 copy color: '#A97EDB'

red 169 ◦ green 126 ◦ blue 219

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

Shades of Medium Purple #A97EDB

Tints of Medium Purple #A97EDB

RGB

 RED value IS 169 (66.41% from 255) = 32.88%

 GREEN value IS 126 (49.61% from 255) = 24.51%

 BLUE value IS 219 (85.94% from 255) = 42.61%

R = 32.88%
G = 24.51%
B = 42.61%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A97EDB (or 0xA97EDB) is known color: Medium Purple. HEX triplet: A9, 7E and DB. RGB value is (169,126,219). Sum of RGB (Red+Green+Blue) = 169+126+219=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #A97EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97EDB is #568124. Grayscale: #959595. Windows color (decimal): -5669157 or 14384809. OLE color: 14384809.

HSL color Cylindrical-coordinate representation of color #A97EDB: hue angle of 267.74º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A97EDB is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 126 219 -
CMYK 0.23 0.42 0 0.14
HSL 267.74º 0.56% 0.68% -
HSV(B) 267.74º 0.42% 0.86% -
XYZ 36.61 28.47 70.58 -
YUV 149.46 167.25 141.94 -
System Red Green Blue C M Y K H S L
Decimal 169 126 219 0.23 0.42 0 0.14 267.74 0.56 0.68
Hex A9 7E DB 17 2A 0 E 10C 38 44
Octal 251 176 333 27 52 0 16 414 70 104
Binary 10101001 1111110 11011011 10111 101010 0 1110 100001100 111000 1000100

Color Harmonies of #A97EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97EDB

Black with #A97EDB

Text Example


Text Example

White with #A97EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97EDB; }

 p { color: rgb(169,126,219); }

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

background-color css

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

 a { background-color: rgb(169,126,219); }

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

border-color css

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

 span { border-color: rgb(169,126,219); }

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