Html Css Color HEX #A573EC Medium Purple

📋 copy color: '#A573EC'

red 165 ◦ green 115 ◦ blue 236

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

Shades of Medium Purple #A573EC

Tints of Medium Purple #A573EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.74%

R = 31.98%
G = 22.29%
B = 45.74%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A573EC (or 0xA573EC) is known color: Medium Purple. HEX triplet: A5, 73 and EC. RGB value is (165,115,236). Sum of RGB (Red+Green+Blue) = 165+115+236=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #A573EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A573EC is #5A8C13. Grayscale: #8F8F8F. Windows color (decimal): -5934100 or 15496101. OLE color: 15496101.

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

Color convert

RGB 165 115 236 -
CMYK 0.30 0.51 0 0.07
HSL 264.79º 0.76% 0.69% -
HSV(B) 264.79º 0.51% 0.93% -
XYZ 36.79 26.32 82.5 -
YUV 143.74 180.07 143.16 -
System Red Green Blue C M Y K H S L
Decimal 165 115 236 0.30 0.51 0 0.07 264.79 0.76 0.69
Hex A5 73 EC 1E 33 0 7 109 4C 45
Octal 245 163 354 36 63 0 7 411 114 105
Binary 10100101 1110011 11101100 11110 110011 0 111 100001001 1001100 1000101

Color Harmonies of #A573EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A573EC

Black with #A573EC

Text Example


Text Example

White with #A573EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A573EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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