Html Css Color HEX #A473E6 Medium Purple

📋 copy color: '#A473E6'

red 164 ◦ green 115 ◦ blue 230

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

Shades of Medium Purple #A473E6

Tints of Medium Purple #A473E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.19%

R = 32.22%
G = 22.59%
B = 45.19%

CMYK

 C value IS 0.29

 M value IS 0.5

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A473E6 (or 0xA473E6) is known color: Medium Purple. HEX triplet: A4, 73 and E6. RGB value is (164,115,230). Sum of RGB (Red+Green+Blue) = 164+115+230=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 230 (90.23% from 255 or 45.19% from 509); Max value from RGB is 230 - color contains mainly: blue. Hex color #A473E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A473E6 is #5B8C19. Grayscale: #8E8E8E. Windows color (decimal): -5999642 or 15102884. OLE color: 15102884.

HSL color Cylindrical-coordinate representation of color #A473E6: hue angle of 265.57º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A473E6 is Cyan = 0.29, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 164 115 230 -
CMYK 0.29 0.5 0 0.10
HSL 265.57º 0.7% 0.68% -
HSV(B) 265.57º 0.5% 0.9% -
XYZ 35.72 25.87 77.97 -
YUV 142.76 177.23 143.15 -
System Red Green Blue C M Y K H S L
Decimal 164 115 230 0.29 0.5 0 0.10 265.57 0.7 0.68
Hex A4 73 E6 1D 32 0 A 10A 46 44
Octal 244 163 346 35 62 0 12 412 106 104
Binary 10100100 1110011 11100110 11101 110010 0 1010 100001010 1000110 1000100

Color Harmonies of #A473E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A473E6

Black with #A473E6

Text Example


Text Example

White with #A473E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A473E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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