Html Css Color HEX #A184DE Medium Purple

📋 copy color: '#A184DE'

red 161 ◦ green 132 ◦ blue 222

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

Shades of Medium Purple #A184DE

Tints of Medium Purple #A184DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.11%

R = 31.26%
G = 25.63%
B = 43.11%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A184DE (or 0xA184DE) is known color: Medium Purple. HEX triplet: A1, 84 and DE. RGB value is (161,132,222). Sum of RGB (Red+Green+Blue) = 161+132+222=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #A184DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A184DE is #5E7B21. Grayscale: #969696. Windows color (decimal): -6191906 or 14582945. OLE color: 14582945.

HSL color Cylindrical-coordinate representation of color #A184DE: hue angle of 259.33º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A184DE is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 132 222 -
CMYK 0.27 0.41 0 0.13
HSL 259.33º 0.58% 0.69% -
HSV(B) 259.33º 0.41% 0.87% -
XYZ 36.13 29.35 72.87 -
YUV 150.93 168.11 135.18 -
System Red Green Blue C M Y K H S L
Decimal 161 132 222 0.27 0.41 0 0.13 259.33 0.58 0.69
Hex A1 84 DE 1B 29 0 D 103 3A 45
Octal 241 204 336 33 51 0 15 403 72 105
Binary 10100001 10000100 11011110 11011 101001 0 1101 100000011 111010 1000101

Color Harmonies of #A184DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A184DE

Black with #A184DE

Text Example


Text Example

White with #A184DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A184DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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