Html Css Color HEX #A473DF Medium Purple

📋 copy color: '#A473DF'

red 164 ◦ green 115 ◦ blue 223

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

Shades of Medium Purple #A473DF

Tints of Medium Purple #A473DF

RGB

 RED value IS 164 (64.45% from 255) = 32.67%

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

 BLUE value IS 223 (87.5% from 255) = 44.42%

R = 32.67%
G = 22.91%
B = 44.42%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A473DF (or 0xA473DF) is known color: Medium Purple. HEX triplet: A4, 73 and DF. RGB value is (164,115,223). Sum of RGB (Red+Green+Blue) = 164+115+223=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 115 (45.31% from 255 or 22.91% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #A473DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A473DF is #5B8C20. Grayscale: #8D8D8D. Windows color (decimal): -5999649 or 14644132. OLE color: 14644132.

HSL color Cylindrical-coordinate representation of color #A473DF: hue angle of 267.22º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A473DF is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 115 223 -
CMYK 0.26 0.48 0 0.13
HSL 267.22º 0.63% 0.66% -
HSV(B) 267.22º 0.48% 0.87% -
XYZ 34.76 25.48 72.9 -
YUV 141.96 173.73 143.72 -
System Red Green Blue C M Y K H S L
Decimal 164 115 223 0.26 0.48 0 0.13 267.22 0.63 0.66
Hex A4 73 DF 1A 30 0 D 10B 3F 42
Octal 244 163 337 32 60 0 15 413 77 102
Binary 10100100 1110011 11011111 11010 110000 0 1101 100001011 111111 1000010

Color Harmonies of #A473DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A473DF

Black with #A473DF

Text Example


Text Example

White with #A473DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A473DF; }

 p { color: rgb(164,115,223); }

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

background-color css

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

 a { background-color: rgb(164,115,223); }

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

border-color css

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

 span { border-color: rgb(164,115,223); }

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