Html Css Color HEX #A972ED Medium Purple

📋 copy color: '#A972ED'

red 169 ◦ green 114 ◦ blue 237

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

Shades of Medium Purple #A972ED

Tints of Medium Purple #A972ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.58%

R = 32.5%
G = 21.92%
B = 45.58%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A972ED (or 0xA972ED) is known color: Medium Purple. HEX triplet: A9, 72 and ED. RGB value is (169,114,237). Sum of RGB (Red+Green+Blue) = 169+114+237=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 114 (44.92% from 255 or 21.92% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #A972ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A972ED is #568D12. Grayscale: #909090. Windows color (decimal): -5672211 or 15561385. OLE color: 15561385.

HSL color Cylindrical-coordinate representation of color #A972ED: hue angle of 266.83º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A972ED is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 114 237 -
CMYK 0.29 0.52 0 0.07
HSL 266.83º 0.77% 0.69% -
HSV(B) 266.83º 0.52% 0.93% -
XYZ 37.67 26.58 83.27 -
YUV 144.47 180.22 145.5 -
System Red Green Blue C M Y K H S L
Decimal 169 114 237 0.29 0.52 0 0.07 266.83 0.77 0.69
Hex A9 72 ED 1D 34 0 7 10B 4D 45
Octal 251 162 355 35 64 0 7 413 115 105
Binary 10101001 1110010 11101101 11101 110100 0 111 100001011 1001101 1000101

Color Harmonies of #A972ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A972ED

Black with #A972ED

Text Example


Text Example

White with #A972ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A972ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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