Html Css Color HEX #A184F0 Medium Purple

📋 copy color: '#A184F0'

red 161 ◦ green 132 ◦ blue 240

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

Shades of Medium Purple #A184F0

Tints of Medium Purple #A184F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.03%

R = 30.21%
G = 24.77%
B = 45.03%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A184F0 (or 0xA184F0) is known color: Medium Purple. HEX triplet: A1, 84 and F0. RGB value is (161,132,240). Sum of RGB (Red+Green+Blue) = 161+132+240=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 132 (51.95% from 255 or 24.77% from 533); Blue value is 240 (94.14% from 255 or 45.03% from 533); Max value from RGB is 240 - color contains mainly: blue. Hex color #A184F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A184F0 is #5E7B0F. Grayscale: #989898. Windows color (decimal): -6191888 or 15762593. OLE color: 15762593.

HSL color Cylindrical-coordinate representation of color #A184F0: hue angle of 256.11º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A184F0 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 132 240 -
CMYK 0.33 0.45 0 0.06
HSL 256.11º 0.78% 0.73% -
HSV(B) 256.11º 0.45% 0.94% -
XYZ 38.68 30.37 86.26 -
YUV 152.98 177.11 133.72 -
System Red Green Blue C M Y K H S L
Decimal 161 132 240 0.33 0.45 0 0.06 256.11 0.78 0.73
Hex A1 84 F0 21 2D 0 6 100 4E 49
Octal 241 204 360 41 55 0 6 400 116 111
Binary 10100001 10000100 11110000 100001 101101 0 110 100000000 1001110 1001001

Color Harmonies of #A184F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A184F0

Black with #A184F0

Text Example


Text Example

White with #A184F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A184F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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