Html Css Color HEX #A381DB Medium Purple

📋 copy color: '#A381DB'

red 163 ◦ green 129 ◦ blue 219

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

Shades of Medium Purple #A381DB

Tints of Medium Purple #A381DB

RGB

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

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

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

R = 31.9%
G = 25.24%
B = 42.86%

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

#A381DB (or 0xA381DB) is known color: Medium Purple. HEX triplet: A3, 81 and DB. RGB value is (163,129,219). Sum of RGB (Red+Green+Blue) = 163+129+219=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #A381DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A381DB is #5C7E24. Grayscale: #959595. Windows color (decimal): -6061605 or 14385571. OLE color: 14385571.

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

Color convert

RGB 163 129 219 -
CMYK 0.26 0.41 0 0.14
HSL 262.67º 0.56% 0.68% -
HSV(B) 262.67º 0.41% 0.86% -
XYZ 35.74 28.6 70.65 -
YUV 149.43 167.26 137.68 -
System Red Green Blue C M Y K H S L
Decimal 163 129 219 0.26 0.41 0 0.14 262.67 0.56 0.68
Hex A3 81 DB 1A 29 0 E 107 38 44
Octal 243 201 333 32 51 0 16 407 70 104
Binary 10100011 10000001 11011011 11010 101001 0 1110 100000111 111000 1000100

Color Harmonies of #A381DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A381DB

Black with #A381DB

Text Example


Text Example

White with #A381DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A381DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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