Html Css Color HEX #A972EC Medium Purple

📋 copy color: '#A972EC'

red 169 ◦ green 114 ◦ blue 236

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

Shades of Medium Purple #A972EC

Tints of Medium Purple #A972EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.47%

R = 32.56%
G = 21.97%
B = 45.47%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A972EC (or 0xA972EC) is known color: Medium Purple. HEX triplet: A9, 72 and EC. RGB value is (169,114,236). Sum of RGB (Red+Green+Blue) = 169+114+236=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #A972EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A972EC is #568D13. Grayscale: #8F8F8F. Windows color (decimal): -5672212 or 15495849. OLE color: 15495849.

HSL color Cylindrical-coordinate representation of color #A972EC: hue angle of 267.05º degrees, saturation: 0.76, 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 #A972EC is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 114 236 -
CMYK 0.28 0.52 0 0.07
HSL 267.05º 0.76% 0.69% -
HSV(B) 267.05º 0.52% 0.93% -
XYZ 37.52 26.53 82.5 -
YUV 144.35 179.72 145.58 -
System Red Green Blue C M Y K H S L
Decimal 169 114 236 0.28 0.52 0 0.07 267.05 0.76 0.69
Hex A9 72 EC 1C 34 0 7 10B 4C 45
Octal 251 162 354 34 64 0 7 413 114 105
Binary 10101001 1110010 11101100 11100 110100 0 111 100001011 1001100 1000101

Color Harmonies of #A972EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A972EC

Black with #A972EC

Text Example


Text Example

White with #A972EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A972EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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