Html Css Color HEX #A582DC Medium Purple

📋 copy color: '#A582DC'

red 165 ◦ green 130 ◦ blue 220

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

Shades of Medium Purple #A582DC

Tints of Medium Purple #A582DC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.24%

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

R = 32.04%
G = 25.24%
B = 42.72%

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

#A582DC (or 0xA582DC) is known color: Medium Purple. HEX triplet: A5, 82 and DC. RGB value is (165,130,220). Sum of RGB (Red+Green+Blue) = 165+130+220=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #A582DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A582DC is #5A7D23. Grayscale: #969696. Windows color (decimal): -5930276 or 14451365. OLE color: 14451365.

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

Color convert

RGB 165 130 220 -
CMYK 0.25 0.41 0 0.14
HSL 263.33º 0.56% 0.69% -
HSV(B) 263.33º 0.41% 0.86% -
XYZ 36.42 29.13 71.41 -
YUV 150.73 167.1 138.18 -
System Red Green Blue C M Y K H S L
Decimal 165 130 220 0.25 0.41 0 0.14 263.33 0.56 0.69
Hex A5 82 DC 19 29 0 E 107 38 45
Octal 245 202 334 31 51 0 16 407 70 105
Binary 10100101 10000010 11011100 11001 101001 0 1110 100000111 111000 1000101

Color Harmonies of #A582DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A582DC

Black with #A582DC

Text Example


Text Example

White with #A582DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A582DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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