Html Css Color HEX #A382DC Medium Purple

📋 copy color: '#A382DC'

red 163 ◦ green 130 ◦ blue 220

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

Shades of Medium Purple #A382DC

Tints of Medium Purple #A382DC

RGB

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

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

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

R = 31.77%
G = 25.34%
B = 42.88%

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

#A382DC (or 0xA382DC) is known color: Medium Purple. HEX triplet: A3, 82 and DC. RGB value is (163,130,220). Sum of RGB (Red+Green+Blue) = 163+130+220=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #A382DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A382DC is #5C7D23. Grayscale: #959595. Windows color (decimal): -6061348 or 14451363. OLE color: 14451363.

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

Color convert

RGB 163 130 220 -
CMYK 0.26 0.41 0 0.14
HSL 262º 0.56% 0.69% -
HSV(B) 262º 0.41% 0.86% -
XYZ 36.01 28.92 71.39 -
YUV 150.13 167.43 137.18 -
System Red Green Blue C M Y K H S L
Decimal 163 130 220 0.26 0.41 0 0.14 262 0.56 0.69
Hex A3 82 DC 1A 29 0 E 106 38 45
Octal 243 202 334 32 51 0 16 406 70 105
Binary 10100011 10000010 11011100 11010 101001 0 1110 100000110 111000 1000101

Color Harmonies of #A382DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A382DC

Black with #A382DC

Text Example


Text Example

White with #A382DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A382DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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