Html Css Color HEX #A571DF Medium Purple

📋 copy color: '#A571DF'

red 165 ◦ green 113 ◦ blue 223

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

Shades of Medium Purple #A571DF

Tints of Medium Purple #A571DF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.55%

 BLUE value IS 223 (87.5% from 255) = 44.51%

R = 32.93%
G = 22.55%
B = 44.51%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A571DF (or 0xA571DF) is known color: Medium Purple. HEX triplet: A5, 71 and DF. RGB value is (165,113,223). Sum of RGB (Red+Green+Blue) = 165+113+223=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #A571DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A571DF is #5A8E20. Grayscale: #8C8C8C. Windows color (decimal): -5934625 or 14643621. OLE color: 14643621.

HSL color Cylindrical-coordinate representation of color #A571DF: hue angle of 268.36º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A571DF is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 113 223 -
CMYK 0.26 0.49 0 0.13
HSL 268.36º 0.63% 0.66% -
HSV(B) 268.36º 0.49% 0.87% -
XYZ 34.74 25.14 72.83 -
YUV 141.09 174.23 145.06 -
System Red Green Blue C M Y K H S L
Decimal 165 113 223 0.26 0.49 0 0.13 268.36 0.63 0.66
Hex A5 71 DF 1A 31 0 D 10C 3F 42
Octal 245 161 337 32 61 0 15 414 77 102
Binary 10100101 1110001 11011111 11010 110001 0 1101 100001100 111111 1000010

Color Harmonies of #A571DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A571DF

Black with #A571DF

Text Example


Text Example

White with #A571DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A571DF; }

 p { color: rgb(165,113,223); }

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

background-color css

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

 a { background-color: rgb(165,113,223); }

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

border-color css

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

 span { border-color: rgb(165,113,223); }

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