Html Css Color HEX #A973EA Medium Purple

📋 copy color: '#A973EA'

red 169 ◦ green 115 ◦ blue 234

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

Shades of Medium Purple #A973EA

Tints of Medium Purple #A973EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.17%

R = 32.63%
G = 22.2%
B = 45.17%

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

#A973EA (or 0xA973EA) is known color: Medium Purple. HEX triplet: A9, 73 and EA. RGB value is (169,115,234). Sum of RGB (Red+Green+Blue) = 169+115+234=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #A973EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A973EA is #568C15. Grayscale: #909090. Windows color (decimal): -5671958 or 15365033. OLE color: 15365033.

HSL color Cylindrical-coordinate representation of color #A973EA: hue angle of 267.23º degrees, saturation: 0.74, 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 #A973EA is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 115 234 -
CMYK 0.28 0.51 0 0.08
HSL 267.23º 0.74% 0.68% -
HSV(B) 267.23º 0.51% 0.92% -
XYZ 37.34 26.64 81.02 -
YUV 144.71 178.39 145.32 -
System Red Green Blue C M Y K H S L
Decimal 169 115 234 0.28 0.51 0 0.08 267.23 0.74 0.68
Hex A9 73 EA 1C 33 0 8 10B 4A 44
Octal 251 163 352 34 63 0 10 413 112 104
Binary 10101001 1110011 11101010 11100 110011 0 1000 100001011 1001010 1000100

Color Harmonies of #A973EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A973EA

Black with #A973EA

Text Example


Text Example

White with #A973EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A973EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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