Html Css Color HEX #A97EDA Medium Purple

📋 copy color: '#A97EDA'

red 169 ◦ green 126 ◦ blue 218

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

Shades of Medium Purple #A97EDA

Tints of Medium Purple #A97EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.5%

R = 32.94%
G = 24.56%
B = 42.5%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A97EDA (or 0xA97EDA) is known color: Medium Purple. HEX triplet: A9, 7E and DA. RGB value is (169,126,218). Sum of RGB (Red+Green+Blue) = 169+126+218=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #A97EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97EDA is #568125. Grayscale: #959595. Windows color (decimal): -5669158 or 14319273. OLE color: 14319273.

HSL color Cylindrical-coordinate representation of color #A97EDA: hue angle of 268.04º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A97EDA is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 126 218 -
CMYK 0.22 0.42 0 0.15
HSL 268.04º 0.55% 0.67% -
HSV(B) 268.04º 0.42% 0.85% -
XYZ 36.48 28.42 69.89 -
YUV 149.35 166.75 142.02 -
System Red Green Blue C M Y K H S L
Decimal 169 126 218 0.22 0.42 0 0.15 268.04 0.55 0.67
Hex A9 7E DA 16 2A 0 F 10C 37 43
Octal 251 176 332 26 52 0 17 414 67 103
Binary 10101001 1111110 11011010 10110 101010 0 1111 100001100 110111 1000011

Color Harmonies of #A97EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97EDA

Black with #A97EDA

Text Example


Text Example

White with #A97EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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