Html Css Color HEX #A573DD Medium Purple

📋 copy color: '#A573DD'

red 165 ◦ green 115 ◦ blue 221

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

Shades of Medium Purple #A573DD

Tints of Medium Purple #A573DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.11%

R = 32.93%
G = 22.95%
B = 44.11%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A573DD (or 0xA573DD) is known color: Medium Purple. HEX triplet: A5, 73 and DD. RGB value is (165,115,221). Sum of RGB (Red+Green+Blue) = 165+115+221=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #A573DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A573DD is #5A8C22. Grayscale: #8D8D8D. Windows color (decimal): -5934115 or 14513061. OLE color: 14513061.

HSL color Cylindrical-coordinate representation of color #A573DD: hue angle of 268.3º degrees, saturation: 0.61, 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 #A573DD is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 115 221 -
CMYK 0.25 0.48 0 0.13
HSL 268.3º 0.61% 0.66% -
HSV(B) 268.3º 0.48% 0.87% -
XYZ 34.7 25.48 71.5 -
YUV 142.03 172.57 144.38 -
System Red Green Blue C M Y K H S L
Decimal 165 115 221 0.25 0.48 0 0.13 268.3 0.61 0.66
Hex A5 73 DD 19 30 0 D 10C 3D 42
Octal 245 163 335 31 60 0 15 414 75 102
Binary 10100101 1110011 11011101 11001 110000 0 1101 100001100 111101 1000010

Color Harmonies of #A573DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A573DD

Black with #A573DD

Text Example


Text Example

White with #A573DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A573DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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