Html Css Color HEX #A581DB Medium Purple

📋 copy color: '#A581DB'

red 165 ◦ green 129 ◦ blue 219

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

Shades of Medium Purple #A581DB

Tints of Medium Purple #A581DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.69%

R = 32.16%
G = 25.15%
B = 42.69%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A581DB (or 0xA581DB) is known color: Medium Purple. HEX triplet: A5, 81 and DB. RGB value is (165,129,219). Sum of RGB (Red+Green+Blue) = 165+129+219=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #A581DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A581DB is #5A7E24. Grayscale: #959595. Windows color (decimal): -5930533 or 14385573. OLE color: 14385573.

HSL color Cylindrical-coordinate representation of color #A581DB: hue angle of 264º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A581DB is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 129 219 -
CMYK 0.25 0.41 0 0.14
HSL 264º 0.56% 0.68% -
HSV(B) 264º 0.41% 0.86% -
XYZ 36.15 28.81 70.67 -
YUV 150.02 166.93 138.68 -
System Red Green Blue C M Y K H S L
Decimal 165 129 219 0.25 0.41 0 0.14 264 0.56 0.68
Hex A5 81 DB 19 29 0 E 108 38 44
Octal 245 201 333 31 51 0 16 410 70 104
Binary 10100101 10000001 11011011 11001 101001 0 1110 100001000 111000 1000100

Color Harmonies of #A581DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A581DB

Black with #A581DB

Text Example


Text Example

White with #A581DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A581DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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