Html Css Color HEX #A581DC Medium Purple

📋 copy color: '#A581DC'

red 165 ◦ green 129 ◦ blue 220

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

Shades of Medium Purple #A581DC

Tints of Medium Purple #A581DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.8%

R = 32.1%
G = 25.1%
B = 42.8%

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

#A581DC (or 0xA581DC) is known color: Medium Purple. HEX triplet: A5, 81 and DC. RGB value is (165,129,220). Sum of RGB (Red+Green+Blue) = 165+129+220=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #A581DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A581DC is #5A7E23. Grayscale: #959595. Windows color (decimal): -5930532 or 14451109. OLE color: 14451109.

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

Color convert

RGB 165 129 220 -
CMYK 0.25 0.41 0 0.14
HSL 263.74º 0.57% 0.68% -
HSV(B) 263.74º 0.41% 0.86% -
XYZ 36.29 28.87 71.37 -
YUV 150.14 167.43 138.6 -
System Red Green Blue C M Y K H S L
Decimal 165 129 220 0.25 0.41 0 0.14 263.74 0.57 0.68
Hex A5 81 DC 19 29 0 E 108 39 44
Octal 245 201 334 31 51 0 16 410 71 104
Binary 10100101 10000001 11011100 11001 101001 0 1110 100001000 111001 1000100

Color Harmonies of #A581DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A581DC

Black with #A581DC

Text Example


Text Example

White with #A581DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A581DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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