Html Css Color HEX #A582DB Medium Purple

📋 copy color: '#A582DB'

red 165 ◦ green 130 ◦ blue 219

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

Shades of Medium Purple #A582DB

Tints of Medium Purple #A582DB

RGB

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

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

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

R = 32.1%
G = 25.29%
B = 42.61%

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

#A582DB (or 0xA582DB) is known color: Medium Purple. HEX triplet: A5, 82 and DB. RGB value is (165,130,219). Sum of RGB (Red+Green+Blue) = 165+130+219=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #A582DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A582DB is #5A7D24. Grayscale: #969696. Windows color (decimal): -5930277 or 14385829. OLE color: 14385829.

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

Color convert

RGB 165 130 219 -
CMYK 0.25 0.41 0 0.14
HSL 263.6º 0.55% 0.68% -
HSV(B) 263.6º 0.41% 0.86% -
XYZ 36.29 29.08 70.72 -
YUV 150.61 166.6 138.26 -
System Red Green Blue C M Y K H S L
Decimal 165 130 219 0.25 0.41 0 0.14 263.6 0.55 0.68
Hex A5 82 DB 19 29 0 E 108 37 44
Octal 245 202 333 31 51 0 16 410 67 104
Binary 10100101 10000010 11011011 11001 101001 0 1110 100001000 110111 1000100

Color Harmonies of #A582DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A582DB

Black with #A582DB

Text Example


Text Example

White with #A582DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A582DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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