Html Css Color HEX #A481DB Medium Purple

📋 copy color: '#A481DB'

red 164 ◦ green 129 ◦ blue 219

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

Shades of Medium Purple #A481DB

Tints of Medium Purple #A481DB

RGB

 RED value IS 164 (64.45% from 255) = 32.03%

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

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

R = 32.03%
G = 25.2%
B = 42.77%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A481DB (or 0xA481DB) is known color: Medium Purple. HEX triplet: A4, 81 and DB. RGB value is (164,129,219). Sum of RGB (Red+Green+Blue) = 164+129+219=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 129 (50.78% from 255 or 25.20% 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 #A481DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A481DB is #5B7E24. Grayscale: #959595. Windows color (decimal): -5996069 or 14385572. OLE color: 14385572.

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

Color convert

RGB 164 129 219 -
CMYK 0.25 0.41 0 0.14
HSL 263.33º 0.56% 0.68% -
HSV(B) 263.33º 0.41% 0.86% -
XYZ 35.95 28.71 70.66 -
YUV 149.73 167.1 138.18 -
System Red Green Blue C M Y K H S L
Decimal 164 129 219 0.25 0.41 0 0.14 263.33 0.56 0.68
Hex A4 81 DB 19 29 0 E 107 38 44
Octal 244 201 333 31 51 0 16 407 70 104
Binary 10100100 10000001 11011011 11001 101001 0 1110 100000111 111000 1000100

Color Harmonies of #A481DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A481DB

Black with #A481DB

Text Example


Text Example

White with #A481DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A481DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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