Html Css Color HEX #A581DD Medium Purple

📋 copy color: '#A581DD'

red 165 ◦ green 129 ◦ blue 221

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

Shades of Medium Purple #A581DD

Tints of Medium Purple #A581DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.91%

R = 32.04%
G = 25.05%
B = 42.91%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A581DD (or 0xA581DD) is known color: Medium Purple. HEX triplet: A5, 81 and DD. RGB value is (165,129,221). Sum of RGB (Red+Green+Blue) = 165+129+221=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #A581DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A581DD is #5A7E22. Grayscale: #959595. Windows color (decimal): -5930531 or 14516645. OLE color: 14516645.

HSL color Cylindrical-coordinate representation of color #A581DD: hue angle of 263.48º degrees, saturation: 0.57, 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 #A581DD is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 129 221 -
CMYK 0.25 0.42 0 0.13
HSL 263.48º 0.58% 0.69% -
HSV(B) 263.48º 0.42% 0.87% -
XYZ 36.42 28.92 72.07 -
YUV 150.25 167.93 138.52 -
System Red Green Blue C M Y K H S L
Decimal 165 129 221 0.25 0.42 0 0.13 263.48 0.58 0.69
Hex A5 81 DD 19 2A 0 D 107 3A 45
Octal 245 201 335 31 52 0 15 407 72 105
Binary 10100101 10000001 11011101 11001 101010 0 1101 100000111 111010 1000101

Color Harmonies of #A581DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A581DD

Black with #A581DD

Text Example


Text Example

White with #A581DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A581DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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