Html Css Color HEX #A384DE Medium Purple

📋 copy color: '#A384DE'

red 163 ◦ green 132 ◦ blue 222

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

Shades of Medium Purple #A384DE

Tints of Medium Purple #A384DE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.53%

 BLUE value IS 222 (87.11% from 255) = 42.94%

R = 31.53%
G = 25.53%
B = 42.94%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A384DE (or 0xA384DE) is known color: Medium Purple. HEX triplet: A3, 84 and DE. RGB value is (163,132,222). Sum of RGB (Red+Green+Blue) = 163+132+222=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #A384DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A384DE is #5C7B21. Grayscale: #979797. Windows color (decimal): -6060834 or 14582947. OLE color: 14582947.

HSL color Cylindrical-coordinate representation of color #A384DE: hue angle of 260.67º degrees, saturation: 0.58, 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 #A384DE is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 132 222 -
CMYK 0.27 0.41 0 0.13
HSL 260.67º 0.58% 0.69% -
HSV(B) 260.67º 0.41% 0.87% -
XYZ 36.54 29.56 72.89 -
YUV 151.53 167.77 136.18 -
System Red Green Blue C M Y K H S L
Decimal 163 132 222 0.27 0.41 0 0.13 260.67 0.58 0.69
Hex A3 84 DE 1B 29 0 D 105 3A 45
Octal 243 204 336 33 51 0 15 405 72 105
Binary 10100011 10000100 11011110 11011 101001 0 1101 100000101 111010 1000101

Color Harmonies of #A384DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A384DE

Black with #A384DE

Text Example


Text Example

White with #A384DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A384DE; }

 p { color: rgb(163,132,222); }

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

background-color css

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

 a { background-color: rgb(163,132,222); }

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

border-color css

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

 span { border-color: rgb(163,132,222); }

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