Html Css Color HEX #A183F1 Medium Purple

📋 copy color: '#A183F1'

red 161 ◦ green 131 ◦ blue 241

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

Shades of Medium Purple #A183F1

Tints of Medium Purple #A183F1

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.58%

 BLUE value IS 241 (94.53% from 255) = 45.22%

R = 30.21%
G = 24.58%
B = 45.22%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A183F1 (or 0xA183F1) is known color: Medium Purple. HEX triplet: A1, 83 and F1. RGB value is (161,131,241). Sum of RGB (Red+Green+Blue) = 161+131+241=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 131 (51.56% from 255 or 24.58% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #A183F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A183F1 is #5E7C0E. Grayscale: #989898. Windows color (decimal): -6192143 or 15827873. OLE color: 15827873.

HSL color Cylindrical-coordinate representation of color #A183F1: hue angle of 256.36º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A183F1 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 131 241 -
CMYK 0.33 0.46 0 0.05
HSL 256.36º 0.8% 0.73% -
HSV(B) 256.36º 0.46% 0.95% -
XYZ 38.69 30.16 87 -
YUV 152.51 177.94 134.06 -
System Red Green Blue C M Y K H S L
Decimal 161 131 241 0.33 0.46 0 0.05 256.36 0.8 0.73
Hex A1 83 F1 21 2E 0 5 100 50 49
Octal 241 203 361 41 56 0 5 400 120 111
Binary 10100001 10000011 11110001 100001 101110 0 101 100000000 1010000 1001001

Color Harmonies of #A183F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A183F1

Black with #A183F1

Text Example


Text Example

White with #A183F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A183F1; }

 p { color: rgb(161,131,241); }

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

background-color css

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

 a { background-color: rgb(161,131,241); }

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

border-color css

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

 span { border-color: rgb(161,131,241); }

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