Html Css Color HEX #A473E5 Medium Purple

📋 copy color: '#A473E5'

red 164 ◦ green 115 ◦ blue 229

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

Shades of Medium Purple #A473E5

Tints of Medium Purple #A473E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.08%

R = 32.28%
G = 22.64%
B = 45.08%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A473E5 (or 0xA473E5) is known color: Medium Purple. HEX triplet: A4, 73 and E5. RGB value is (164,115,229). Sum of RGB (Red+Green+Blue) = 164+115+229=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 229 (89.84% from 255 or 45.08% from 508); Max value from RGB is 229 - color contains mainly: blue. Hex color #A473E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A473E5 is #5B8C1A. Grayscale: #8E8E8E. Windows color (decimal): -5999643 or 15037348. OLE color: 15037348.

HSL color Cylindrical-coordinate representation of color #A473E5: hue angle of 265.79º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A473E5 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 164 115 229 -
CMYK 0.28 0.50 0 0.10
HSL 265.79º 0.69% 0.67% -
HSV(B) 265.79º 0.5% 0.9% -
XYZ 35.58 25.81 77.24 -
YUV 142.65 176.73 143.23 -
System Red Green Blue C M Y K H S L
Decimal 164 115 229 0.28 0.50 0 0.10 265.79 0.69 0.67
Hex A4 73 E5 1C 32 0 A 10A 45 43
Octal 244 163 345 34 62 0 12 412 105 103
Binary 10100100 1110011 11100101 11100 110010 0 1010 100001010 1000101 1000011

Color Harmonies of #A473E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A473E5

Black with #A473E5

Text Example


Text Example

White with #A473E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A473E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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