Html Css Color HEX #A972EB Medium Purple

📋 copy color: '#A972EB'

red 169 ◦ green 114 ◦ blue 235

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

Shades of Medium Purple #A972EB

Tints of Medium Purple #A972EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.37%

R = 32.63%
G = 22.01%
B = 45.37%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A972EB (or 0xA972EB) is known color: Medium Purple. HEX triplet: A9, 72 and EB. RGB value is (169,114,235). Sum of RGB (Red+Green+Blue) = 169+114+235=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #A972EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A972EB is #568D14. Grayscale: #8F8F8F. Windows color (decimal): -5672213 or 15430313. OLE color: 15430313.

HSL color Cylindrical-coordinate representation of color #A972EB: hue angle of 267.27º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A972EB is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 114 235 -
CMYK 0.28 0.51 0 0.08
HSL 267.27º 0.75% 0.68% -
HSV(B) 267.27º 0.51% 0.92% -
XYZ 37.37 26.47 81.74 -
YUV 144.24 179.22 145.66 -
System Red Green Blue C M Y K H S L
Decimal 169 114 235 0.28 0.51 0 0.08 267.27 0.75 0.68
Hex A9 72 EB 1C 33 0 8 10B 4B 44
Octal 251 162 353 34 63 0 10 413 113 104
Binary 10101001 1110010 11101011 11100 110011 0 1000 100001011 1001011 1000100

Color Harmonies of #A972EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A972EB

Black with #A972EB

Text Example


Text Example

White with #A972EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A972EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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