Html Css Color HEX #A97DDC Medium Purple

📋 copy color: '#A97DDC'

red 169 ◦ green 125 ◦ blue 220

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

Shades of Medium Purple #A97DDC

Tints of Medium Purple #A97DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.8%

R = 32.88%
G = 24.32%
B = 42.8%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A97DDC (or 0xA97DDC) is known color: Medium Purple. HEX triplet: A9, 7D and DC. RGB value is (169,125,220). Sum of RGB (Red+Green+Blue) = 169+125+220=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #A97DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97DDC is #568223. Grayscale: #949494. Windows color (decimal): -5669412 or 14450089. OLE color: 14450089.

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

Color convert

RGB 169 125 220 -
CMYK 0.23 0.43 0 0.14
HSL 267.79º 0.58% 0.68% -
HSV(B) 267.79º 0.43% 0.86% -
XYZ 36.61 28.27 71.24 -
YUV 148.99 168.08 142.28 -
System Red Green Blue C M Y K H S L
Decimal 169 125 220 0.23 0.43 0 0.14 267.79 0.58 0.68
Hex A9 7D DC 17 2B 0 E 10C 3A 44
Octal 251 175 334 27 53 0 16 414 72 104
Binary 10101001 1111101 11011100 10111 101011 0 1110 100001100 111010 1000100

Color Harmonies of #A97DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97DDC

Black with #A97DDC

Text Example


Text Example

White with #A97DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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