Html Css Color HEX #A582DD Medium Purple

📋 copy color: '#A582DD'

red 165 ◦ green 130 ◦ blue 221

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

Shades of Medium Purple #A582DD

Tints of Medium Purple #A582DD

RGB

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

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

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

R = 31.98%
G = 25.19%
B = 42.83%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A582DD (or 0xA582DD) is known color: Medium Purple. HEX triplet: A5, 82 and DD. RGB value is (165,130,221). Sum of RGB (Red+Green+Blue) = 165+130+221=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #A582DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A582DD is #5A7D22. Grayscale: #969696. Windows color (decimal): -5930275 or 14516901. OLE color: 14516901.

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

Color convert

RGB 165 130 221 -
CMYK 0.25 0.41 0 0.13
HSL 263.08º 0.57% 0.69% -
HSV(B) 263.08º 0.41% 0.87% -
XYZ 36.55 29.19 72.11 -
YUV 150.84 167.6 138.1 -
System Red Green Blue C M Y K H S L
Decimal 165 130 221 0.25 0.41 0 0.13 263.08 0.57 0.69
Hex A5 82 DD 19 29 0 D 107 39 45
Octal 245 202 335 31 51 0 15 407 71 105
Binary 10100101 10000010 11011101 11001 101001 0 1101 100000111 111001 1000101

Color Harmonies of #A582DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A582DD

Black with #A582DD

Text Example


Text Example

White with #A582DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A582DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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