Html Css Color HEX #A973EB Medium Purple

📋 copy color: '#A973EB'

red 169 ◦ green 115 ◦ blue 235

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

Shades of Medium Purple #A973EB

Tints of Medium Purple #A973EB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.16%

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

R = 32.56%
G = 22.16%
B = 45.28%

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

#A973EB (or 0xA973EB) is known color: Medium Purple. HEX triplet: A9, 73 and EB. RGB value is (169,115,235). Sum of RGB (Red+Green+Blue) = 169+115+235=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #A973EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A973EB is #568C14. Grayscale: #909090. Windows color (decimal): -5671957 or 15430569. OLE color: 15430569.

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

Color convert

RGB 169 115 235 -
CMYK 0.28 0.51 0 0.08
HSL 267º 0.75% 0.69% -
HSV(B) 267º 0.51% 0.92% -
XYZ 37.49 26.69 81.77 -
YUV 144.83 178.89 145.24 -
System Red Green Blue C M Y K H S L
Decimal 169 115 235 0.28 0.51 0 0.08 267 0.75 0.69
Hex A9 73 EB 1C 33 0 8 10B 4B 45
Octal 251 163 353 34 63 0 10 413 113 105
Binary 10101001 1110011 11101011 11100 110011 0 1000 100001011 1001011 1000101

Color Harmonies of #A973EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A973EB

Black with #A973EB

Text Example


Text Example

White with #A973EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A973EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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