Html Css Color HEX #A381DC Medium Purple

📋 copy color: '#A381DC'

red 163 ◦ green 129 ◦ blue 220

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

Shades of Medium Purple #A381DC

Tints of Medium Purple #A381DC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.2%

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

R = 31.84%
G = 25.2%
B = 42.97%

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

#A381DC (or 0xA381DC) is known color: Medium Purple. HEX triplet: A3, 81 and DC. RGB value is (163,129,220). Sum of RGB (Red+Green+Blue) = 163+129+220=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #A381DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A381DC is #5C7E23. Grayscale: #959595. Windows color (decimal): -6061604 or 14451107. OLE color: 14451107.

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

Color convert

RGB 163 129 220 -
CMYK 0.26 0.41 0 0.14
HSL 262.42º 0.57% 0.68% -
HSV(B) 262.42º 0.41% 0.86% -
XYZ 35.87 28.65 71.35 -
YUV 149.54 167.76 137.6 -
System Red Green Blue C M Y K H S L
Decimal 163 129 220 0.26 0.41 0 0.14 262.42 0.57 0.68
Hex A3 81 DC 1A 29 0 E 106 39 44
Octal 243 201 334 32 51 0 16 406 71 104
Binary 10100011 10000001 11011100 11010 101001 0 1110 100000110 111001 1000100

Color Harmonies of #A381DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A381DC

Black with #A381DC

Text Example


Text Example

White with #A381DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A381DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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