Html Css Color HEX #A97EDD Medium Purple

📋 copy color: '#A97EDD'

red 169 ◦ green 126 ◦ blue 221

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

Shades of Medium Purple #A97EDD

Tints of Medium Purple #A97EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.83%

R = 32.75%
G = 24.42%
B = 42.83%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A97EDD (or 0xA97EDD) is known color: Medium Purple. HEX triplet: A9, 7E and DD. RGB value is (169,126,221). Sum of RGB (Red+Green+Blue) = 169+126+221=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #A97EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97EDD is #568122. Grayscale: #959595. Windows color (decimal): -5669155 or 14515881. OLE color: 14515881.

HSL color Cylindrical-coordinate representation of color #A97EDD: hue angle of 267.16º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A97EDD is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 126 221 -
CMYK 0.24 0.43 0 0.13
HSL 267.16º 0.58% 0.68% -
HSV(B) 267.16º 0.43% 0.87% -
XYZ 36.87 28.58 71.98 -
YUV 149.69 168.25 141.78 -
System Red Green Blue C M Y K H S L
Decimal 169 126 221 0.24 0.43 0 0.13 267.16 0.58 0.68
Hex A9 7E DD 18 2B 0 D 10B 3A 44
Octal 251 176 335 30 53 0 15 413 72 104
Binary 10101001 1111110 11011101 11000 101011 0 1101 100001011 111010 1000100

Color Harmonies of #A97EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97EDD

Black with #A97EDD

Text Example


Text Example

White with #A97EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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