Html Css Color HEX #A382DB Medium Purple

📋 copy color: '#A382DB'

red 163 ◦ green 130 ◦ blue 219

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

Shades of Medium Purple #A382DB

Tints of Medium Purple #A382DB

RGB

 RED value IS 163 (64.06% from 255) = 31.84%

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

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

R = 31.84%
G = 25.39%
B = 42.77%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A382DB (or 0xA382DB) is known color: Medium Purple. HEX triplet: A3, 82 and DB. RGB value is (163,130,219). Sum of RGB (Red+Green+Blue) = 163+130+219=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #A382DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A382DB is #5C7D24. Grayscale: #959595. Windows color (decimal): -6061349 or 14385827. OLE color: 14385827.

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

Color convert

RGB 163 130 219 -
CMYK 0.26 0.41 0 0.14
HSL 262.25º 0.55% 0.68% -
HSV(B) 262.25º 0.41% 0.86% -
XYZ 35.87 28.87 70.7 -
YUV 150.01 166.93 137.26 -
System Red Green Blue C M Y K H S L
Decimal 163 130 219 0.26 0.41 0 0.14 262.25 0.55 0.68
Hex A3 82 DB 1A 29 0 E 106 37 44
Octal 243 202 333 32 51 0 16 406 67 104
Binary 10100011 10000010 11011011 11010 101001 0 1110 100000110 110111 1000100

Color Harmonies of #A382DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A382DB

Black with #A382DB

Text Example


Text Example

White with #A382DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A382DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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