Html Css Color HEX #A181DB Medium Purple

📋 copy color: '#A181DB'

red 161 ◦ green 129 ◦ blue 219

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

Shades of Medium Purple #A181DB

Tints of Medium Purple #A181DB

RGB

 RED value IS 161 (63.28% from 255) = 31.63%

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

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

R = 31.63%
G = 25.34%
B = 43.03%

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

#A181DB (or 0xA181DB) is known color: Medium Purple. HEX triplet: A1, 81 and DB. RGB value is (161,129,219). Sum of RGB (Red+Green+Blue) = 161+129+219=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #A181DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A181DB is #5E7E24. Grayscale: #949494. Windows color (decimal): -6192677 or 14385569. OLE color: 14385569.

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

Color convert

RGB 161 129 219 -
CMYK 0.26 0.41 0 0.14
HSL 261.33º 0.56% 0.68% -
HSV(B) 261.33º 0.41% 0.86% -
XYZ 35.33 28.39 70.64 -
YUV 148.83 167.6 136.68 -
System Red Green Blue C M Y K H S L
Decimal 161 129 219 0.26 0.41 0 0.14 261.33 0.56 0.68
Hex A1 81 DB 1A 29 0 E 105 38 44
Octal 241 201 333 32 51 0 16 405 70 104
Binary 10100001 10000001 11011011 11010 101001 0 1110 100000101 111000 1000100

Color Harmonies of #A181DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A181DB

Black with #A181DB

Text Example


Text Example

White with #A181DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A181DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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