Html Css Color HEX #A184ED Medium Purple

📋 copy color: '#A184ED'

red 161 ◦ green 132 ◦ blue 237

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

Shades of Medium Purple #A184ED

Tints of Medium Purple #A184ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.72%

R = 30.38%
G = 24.91%
B = 44.72%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A184ED (or 0xA184ED) is known color: Medium Purple. HEX triplet: A1, 84 and ED. RGB value is (161,132,237). Sum of RGB (Red+Green+Blue) = 161+132+237=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #A184ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A184ED is #5E7B12. Grayscale: #989898. Windows color (decimal): -6191891 or 15565985. OLE color: 15565985.

HSL color Cylindrical-coordinate representation of color #A184ED: hue angle of 256.57º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A184ED is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 132 237 -
CMYK 0.32 0.44 0 0.07
HSL 256.57º 0.74% 0.72% -
HSV(B) 256.57º 0.44% 0.93% -
XYZ 38.24 30.19 83.93 -
YUV 152.64 175.61 133.96 -
System Red Green Blue C M Y K H S L
Decimal 161 132 237 0.32 0.44 0 0.07 256.57 0.74 0.72
Hex A1 84 ED 20 2C 0 7 101 4A 48
Octal 241 204 355 40 54 0 7 401 112 110
Binary 10100001 10000100 11101101 100000 101100 0 111 100000001 1001010 1001000

Color Harmonies of #A184ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A184ED

Black with #A184ED

Text Example


Text Example

White with #A184ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A184ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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