Html Css Color HEX #A573F1 Medium Purple

📋 copy color: '#A573F1'

red 165 ◦ green 115 ◦ blue 241

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

Shades of Medium Purple #A573F1

Tints of Medium Purple #A573F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.26%

R = 31.67%
G = 22.07%
B = 46.26%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A573F1 (or 0xA573F1) is known color: Medium Purple. HEX triplet: A5, 73 and F1. RGB value is (165,115,241). Sum of RGB (Red+Green+Blue) = 165+115+241=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #A573F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A573F1 is #5A8C0E. Grayscale: #8F8F8F. Windows color (decimal): -5934095 or 15823781. OLE color: 15823781.

HSL color Cylindrical-coordinate representation of color #A573F1: hue angle of 263.81º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A573F1 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 115 241 -
CMYK 0.32 0.52 0 0.05
HSL 263.81º 0.82% 0.7% -
HSV(B) 263.81º 0.52% 0.95% -
XYZ 37.52 26.61 86.38 -
YUV 144.31 182.57 142.75 -
System Red Green Blue C M Y K H S L
Decimal 165 115 241 0.32 0.52 0 0.05 263.81 0.82 0.7
Hex A5 73 F1 20 34 0 5 108 52 46
Octal 245 163 361 40 64 0 5 410 122 106
Binary 10100101 1110011 11110001 100000 110100 0 101 100001000 1010010 1000110

Color Harmonies of #A573F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A573F1

Black with #A573F1

Text Example


Text Example

White with #A573F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A573F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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