Html Css Color HEX #A184DB Medium Purple

📋 copy color: '#A184DB'

red 161 ◦ green 132 ◦ blue 219

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

Shades of Medium Purple #A184DB

Tints of Medium Purple #A184DB

RGB

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

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

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

R = 31.45%
G = 25.78%
B = 42.77%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A184DB (or 0xA184DB) is known color: Medium Purple. HEX triplet: A1, 84 and DB. RGB value is (161,132,219). Sum of RGB (Red+Green+Blue) = 161+132+219=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 132 (51.95% from 255 or 25.78% 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 #A184DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A184DB is #5E7B24. Grayscale: #969696. Windows color (decimal): -6191909 or 14386337. OLE color: 14386337.

HSL color Cylindrical-coordinate representation of color #A184DB: hue angle of 260º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A184DB is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 132 219 -
CMYK 0.26 0.40 0 0.14
HSL 260º 0.55% 0.69% -
HSV(B) 260º 0.4% 0.86% -
XYZ 35.74 29.19 70.77 -
YUV 150.59 166.61 135.43 -
System Red Green Blue C M Y K H S L
Decimal 161 132 219 0.26 0.40 0 0.14 260 0.55 0.69
Hex A1 84 DB 1A 28 0 E 104 37 45
Octal 241 204 333 32 50 0 16 404 67 105
Binary 10100001 10000100 11011011 11010 101000 0 1110 100000100 110111 1000101

Color Harmonies of #A184DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A184DB

Black with #A184DB

Text Example


Text Example

White with #A184DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A184DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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