Html Css Color HEX #A581DF Medium Purple

📋 copy color: '#A581DF'

red 165 ◦ green 129 ◦ blue 223

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

Shades of Medium Purple #A581DF

Tints of Medium Purple #A581DF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.95%

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

R = 31.91%
G = 24.95%
B = 43.13%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A581DF (or 0xA581DF) is known color: Medium Purple. HEX triplet: A5, 81 and DF. RGB value is (165,129,223). Sum of RGB (Red+Green+Blue) = 165+129+223=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #A581DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A581DF is #5A7E20. Grayscale: #969696. Windows color (decimal): -5930529 or 14647717. OLE color: 14647717.

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

Color convert

RGB 165 129 223 -
CMYK 0.26 0.42 0 0.13
HSL 262.98º 0.59% 0.69% -
HSV(B) 262.98º 0.42% 0.87% -
XYZ 36.69 29.03 73.48 -
YUV 150.48 168.93 138.36 -
System Red Green Blue C M Y K H S L
Decimal 165 129 223 0.26 0.42 0 0.13 262.98 0.59 0.69
Hex A5 81 DF 1A 2A 0 D 107 3B 45
Octal 245 201 337 32 52 0 15 407 73 105
Binary 10100101 10000001 11011111 11010 101010 0 1101 100000111 111011 1000101

Color Harmonies of #A581DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A581DF

Black with #A581DF

Text Example


Text Example

White with #A581DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A581DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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