Html Css Color HEX #A473EE Medium Purple

📋 copy color: '#A473EE'

red 164 ◦ green 115 ◦ blue 238

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

Shades of Medium Purple #A473EE

Tints of Medium Purple #A473EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.03%

R = 31.72%
G = 22.24%
B = 46.03%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A473EE (or 0xA473EE) is known color: Medium Purple. HEX triplet: A4, 73 and EE. RGB value is (164,115,238). Sum of RGB (Red+Green+Blue) = 164+115+238=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 115 (45.31% from 255 or 22.24% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #A473EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A473EE is #5B8C11. Grayscale: #8F8F8F. Windows color (decimal): -5999634 or 15627172. OLE color: 15627172.

HSL color Cylindrical-coordinate representation of color #A473EE: hue angle of 263.9º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A473EE is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 115 238 -
CMYK 0.31 0.52 0 0.07
HSL 263.9º 0.78% 0.69% -
HSV(B) 263.9º 0.52% 0.93% -
XYZ 36.87 26.33 84.03 -
YUV 143.67 181.23 142.5 -
System Red Green Blue C M Y K H S L
Decimal 164 115 238 0.31 0.52 0 0.07 263.9 0.78 0.69
Hex A4 73 EE 1F 34 0 7 108 4E 45
Octal 244 163 356 37 64 0 7 410 116 105
Binary 10100100 1110011 11101110 11111 110100 0 111 100001000 1001110 1000101

Color Harmonies of #A473EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A473EE

Black with #A473EE

Text Example


Text Example

White with #A473EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A473EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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