Html Css Color HEX #A184EA Medium Purple

📋 copy color: '#A184EA'

red 161 ◦ green 132 ◦ blue 234

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

Shades of Medium Purple #A184EA

Tints of Medium Purple #A184EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.4%

R = 30.55%
G = 25.05%
B = 44.4%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A184EA (or 0xA184EA) is known color: Medium Purple. HEX triplet: A1, 84 and EA. RGB value is (161,132,234). Sum of RGB (Red+Green+Blue) = 161+132+234=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #A184EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A184EA is #5E7B15. Grayscale: #979797. Windows color (decimal): -6191894 or 15369377. OLE color: 15369377.

HSL color Cylindrical-coordinate representation of color #A184EA: hue angle of 257.06º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A184EA is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 132 234 -
CMYK 0.31 0.44 0 0.08
HSL 257.06º 0.71% 0.72% -
HSV(B) 257.06º 0.44% 0.92% -
XYZ 37.8 30.02 81.64 -
YUV 152.3 174.11 134.21 -
System Red Green Blue C M Y K H S L
Decimal 161 132 234 0.31 0.44 0 0.08 257.06 0.71 0.72
Hex A1 84 EA 1F 2C 0 8 101 47 48
Octal 241 204 352 37 54 0 10 401 107 110
Binary 10100001 10000100 11101010 11111 101100 0 1000 100000001 1000111 1001000

Color Harmonies of #A184EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A184EA

Black with #A184EA

Text Example


Text Example

White with #A184EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A184EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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