Html Css Color HEX #A573DB Medium Purple

📋 copy color: '#A573DB'

red 165 ◦ green 115 ◦ blue 219

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

Shades of Medium Purple #A573DB

Tints of Medium Purple #A573DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.89%

R = 33.07%
G = 23.05%
B = 43.89%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A573DB (or 0xA573DB) is known color: Medium Purple. HEX triplet: A5, 73 and DB. RGB value is (165,115,219). Sum of RGB (Red+Green+Blue) = 165+115+219=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #A573DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A573DB is #5A8C24. Grayscale: #8D8D8D. Windows color (decimal): -5934117 or 14381989. OLE color: 14381989.

HSL color Cylindrical-coordinate representation of color #A573DB: hue angle of 268.85º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A573DB is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 115 219 -
CMYK 0.25 0.47 0 0.14
HSL 268.85º 0.59% 0.65% -
HSV(B) 268.85º 0.47% 0.86% -
XYZ 34.43 25.38 70.1 -
YUV 141.81 171.57 144.54 -
System Red Green Blue C M Y K H S L
Decimal 165 115 219 0.25 0.47 0 0.14 268.85 0.59 0.65
Hex A5 73 DB 19 2F 0 E 10D 3B 41
Octal 245 163 333 31 57 0 16 415 73 101
Binary 10100101 1110011 11011011 11001 101111 0 1110 100001101 111011 1000001

Color Harmonies of #A573DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A573DB

Black with #A573DB

Text Example


Text Example

White with #A573DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A573DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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