Html Css Color HEX #A184DA Medium Purple

📋 copy color: '#A184DA'

red 161 ◦ green 132 ◦ blue 218

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

Shades of Medium Purple #A184DA

Tints of Medium Purple #A184DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.66%

R = 31.51%
G = 25.83%
B = 42.66%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A184DA (or 0xA184DA) is known color: Medium Purple. HEX triplet: A1, 84 and DA. RGB value is (161,132,218). Sum of RGB (Red+Green+Blue) = 161+132+218=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #A184DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A184DA is #5E7B25. Grayscale: #969696. Windows color (decimal): -6191910 or 14320801. OLE color: 14320801.

HSL color Cylindrical-coordinate representation of color #A184DA: hue angle of 260.23º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A184DA is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 132 218 -
CMYK 0.26 0.39 0 0.15
HSL 260.23º 0.54% 0.69% -
HSV(B) 260.23º 0.39% 0.85% -
XYZ 35.6 29.14 70.08 -
YUV 150.48 166.11 135.51 -
System Red Green Blue C M Y K H S L
Decimal 161 132 218 0.26 0.39 0 0.15 260.23 0.54 0.69
Hex A1 84 DA 1A 27 0 F 104 36 45
Octal 241 204 332 32 47 0 17 404 66 105
Binary 10100001 10000100 11011010 11010 100111 0 1111 100000100 110110 1000101

Color Harmonies of #A184DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A184DA

Black with #A184DA

Text Example


Text Example

White with #A184DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A184DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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