Html Css Color HEX #A97FDC Medium Purple

📋 copy color: '#A97FDC'

red 169 ◦ green 127 ◦ blue 220

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

Shades of Medium Purple #A97FDC

Tints of Medium Purple #A97FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 24.61%

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

R = 32.75%
G = 24.61%
B = 42.64%

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

#A97FDC (or 0xA97FDC) is known color: Medium Purple. HEX triplet: A9, 7F and DC. RGB value is (169,127,220). Sum of RGB (Red+Green+Blue) = 169+127+220=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #A97FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97FDC is #568023. Grayscale: #959595. Windows color (decimal): -5668900 or 14450601. OLE color: 14450601.

HSL color Cylindrical-coordinate representation of color #A97FDC: hue angle of 267.1º degrees, saturation: 0.57, 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 #A97FDC is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 127 220 -
CMYK 0.23 0.42 0 0.14
HSL 267.1º 0.57% 0.68% -
HSV(B) 267.1º 0.42% 0.86% -
XYZ 36.87 28.78 71.32 -
YUV 150.16 167.41 141.44 -
System Red Green Blue C M Y K H S L
Decimal 169 127 220 0.23 0.42 0 0.14 267.1 0.57 0.68
Hex A9 7F DC 17 2A 0 E 10B 39 44
Octal 251 177 334 27 52 0 16 413 71 104
Binary 10101001 1111111 11011100 10111 101010 0 1110 100001011 111001 1000100

Color Harmonies of #A97FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97FDC

Black with #A97FDC

Text Example


Text Example

White with #A97FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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