Html Css Color HEX #A97DEA Medium Purple

📋 copy color: '#A97DEA'

red 169 ◦ green 125 ◦ blue 234

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

Shades of Medium Purple #A97DEA

Tints of Medium Purple #A97DEA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.67%

 BLUE value IS 234 (91.8% from 255) = 44.32%

R = 32.01%
G = 23.67%
B = 44.32%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A97DEA (or 0xA97DEA) is known color: Medium Purple. HEX triplet: A9, 7D and EA. RGB value is (169,125,234). Sum of RGB (Red+Green+Blue) = 169+125+234=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #A97DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A97DEA is #568215. Grayscale: #969696. Windows color (decimal): -5669398 or 15367593. OLE color: 15367593.

HSL color Cylindrical-coordinate representation of color #A97DEA: hue angle of 264.22º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A97DEA is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 125 234 -
CMYK 0.28 0.47 0 0.08
HSL 264.22º 0.72% 0.7% -
HSV(B) 264.22º 0.47% 0.92% -
XYZ 38.55 29.04 81.42 -
YUV 150.58 175.08 141.14 -
System Red Green Blue C M Y K H S L
Decimal 169 125 234 0.28 0.47 0 0.08 264.22 0.72 0.7
Hex A9 7D EA 1C 2F 0 8 108 48 46
Octal 251 175 352 34 57 0 10 410 110 106
Binary 10101001 1111101 11101010 11100 101111 0 1000 100001000 1001000 1000110

Color Harmonies of #A97DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97DEA

Black with #A97DEA

Text Example


Text Example

White with #A97DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97DEA; }

 p { color: rgb(169,125,234); }

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

background-color css

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

 a { background-color: rgb(169,125,234); }

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

border-color css

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

 span { border-color: rgb(169,125,234); }

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