Html Css Color HEX #A184F5 Medium Purple

📋 copy color: '#A184F5'

red 161 ◦ green 132 ◦ blue 245

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

Shades of Medium Purple #A184F5

Tints of Medium Purple #A184F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 45.54%

R = 29.93%
G = 24.54%
B = 45.54%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A184F5 (or 0xA184F5) is known color: Medium Purple. HEX triplet: A1, 84 and F5. RGB value is (161,132,245). Sum of RGB (Red+Green+Blue) = 161+132+245=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 245 (96.09% from 255 or 45.54% from 538); Max value from RGB is 245 - color contains mainly: blue. Hex color #A184F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A184F5 is #5E7B0A. Grayscale: #999999. Windows color (decimal): -6191883 or 16090273. OLE color: 16090273.

HSL color Cylindrical-coordinate representation of color #A184F5: hue angle of 255.4º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A184F5 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 161 132 245 -
CMYK 0.34 0.46 0 0.04
HSL 255.4º 0.85% 0.74% -
HSV(B) 255.4º 0.46% 0.96% -
XYZ 39.43 30.67 90.23 -
YUV 153.55 179.61 133.31 -
System Red Green Blue C M Y K H S L
Decimal 161 132 245 0.34 0.46 0 0.04 255.4 0.85 0.74
Hex A1 84 F5 22 2E 0 4 FF 55 4A
Octal 241 204 365 42 56 0 4 377 125 112
Binary 10100001 10000100 11110101 100010 101110 0 100 11111111 1010101 1001010

Color Harmonies of #A184F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A184F5

Black with #A184F5

Text Example


Text Example

White with #A184F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A184F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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