Html Css Color HEX #A573E5 Medium Purple

📋 copy color: '#A573E5'

red 165 ◦ green 115 ◦ blue 229

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

Shades of Medium Purple #A573E5

Tints of Medium Purple #A573E5

RGB

 RED value IS 165 (64.84% from 255) = 32.42%

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

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

R = 32.42%
G = 22.59%
B = 44.99%

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

#A573E5 (or 0xA573E5) is known color: Medium Purple. HEX triplet: A5, 73 and E5. RGB value is (165,115,229). Sum of RGB (Red+Green+Blue) = 165+115+229=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 229 - color contains mainly: blue. Hex color #A573E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A573E5 is #5A8C1A. Grayscale: #8E8E8E. Windows color (decimal): -5934107 or 15037349. OLE color: 15037349.

HSL color Cylindrical-coordinate representation of color #A573E5: hue angle of 266.32º 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 #A573E5 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 165 115 229 -
CMYK 0.28 0.50 0 0.10
HSL 266.32º 0.69% 0.67% -
HSV(B) 266.32º 0.5% 0.9% -
XYZ 35.79 25.92 77.25 -
YUV 142.95 176.57 143.73 -
System Red Green Blue C M Y K H S L
Decimal 165 115 229 0.28 0.50 0 0.10 266.32 0.69 0.67
Hex A5 73 E5 1C 32 0 A 10A 45 43
Octal 245 163 345 34 62 0 12 412 105 103
Binary 10100101 1110011 11100101 11100 110010 0 1010 100001010 1000101 1000011

Color Harmonies of #A573E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A573E5

Black with #A573E5

Text Example


Text Example

White with #A573E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A573E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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