Html Css Color HEX #A97DDF Medium Purple

📋 copy color: '#A97DDF'

red 169 ◦ green 125 ◦ blue 223

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

Shades of Medium Purple #A97DDF

Tints of Medium Purple #A97DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.13%

R = 32.69%
G = 24.18%
B = 43.13%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A97DDF (or 0xA97DDF) is known color: Medium Purple. HEX triplet: A9, 7D and DF. RGB value is (169,125,223). Sum of RGB (Red+Green+Blue) = 169+125+223=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #A97DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97DDF is #568220. Grayscale: #949494. Windows color (decimal): -5669409 or 14646697. OLE color: 14646697.

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

Color convert

RGB 169 125 223 -
CMYK 0.24 0.44 0 0.13
HSL 266.94º 0.6% 0.68% -
HSV(B) 266.94º 0.44% 0.87% -
XYZ 37.02 28.43 73.35 -
YUV 149.33 169.58 142.03 -
System Red Green Blue C M Y K H S L
Decimal 169 125 223 0.24 0.44 0 0.13 266.94 0.6 0.68
Hex A9 7D DF 18 2C 0 D 10B 3C 44
Octal 251 175 337 30 54 0 15 413 74 104
Binary 10101001 1111101 11011111 11000 101100 0 1101 100001011 111100 1000100

Color Harmonies of #A97DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97DDF

Black with #A97DDF

Text Example


Text Example

White with #A97DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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