Html Css Color HEX #A972DF Medium Purple

📋 copy color: '#A972DF'

red 169 ◦ green 114 ◦ blue 223

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

Shades of Medium Purple #A972DF

Tints of Medium Purple #A972DF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.53%

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

R = 33.4%
G = 22.53%
B = 44.07%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A972DF (or 0xA972DF) is known color: Medium Purple. HEX triplet: A9, 72 and DF. RGB value is (169,114,223). Sum of RGB (Red+Green+Blue) = 169+114+223=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #A972DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A972DF is #568D20. Grayscale: #8E8E8E. Windows color (decimal): -5672225 or 14643881. OLE color: 14643881.

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

Color convert

RGB 169 114 223 -
CMYK 0.24 0.49 0 0.13
HSL 270.28º 0.63% 0.66% -
HSV(B) 270.28º 0.49% 0.87% -
XYZ 35.7 25.8 72.91 -
YUV 142.87 173.22 146.64 -
System Red Green Blue C M Y K H S L
Decimal 169 114 223 0.24 0.49 0 0.13 270.28 0.63 0.66
Hex A9 72 DF 18 31 0 D 10E 3F 42
Octal 251 162 337 30 61 0 15 416 77 102
Binary 10101001 1110010 11011111 11000 110001 0 1101 100001110 111111 1000010

Color Harmonies of #A972DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A972DF

Black with #A972DF

Text Example


Text Example

White with #A972DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A972DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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