Html Css Color HEX #A183DC Medium Purple

📋 copy color: '#A183DC'

red 161 ◦ green 131 ◦ blue 220

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

Shades of Medium Purple #A183DC

Tints of Medium Purple #A183DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.97%

R = 31.45%
G = 25.59%
B = 42.97%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A183DC (or 0xA183DC) is known color: Medium Purple. HEX triplet: A1, 83 and DC. RGB value is (161,131,220). Sum of RGB (Red+Green+Blue) = 161+131+220=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #A183DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A183DC is #5E7C23. Grayscale: #959595. Windows color (decimal): -6192164 or 14451617. OLE color: 14451617.

HSL color Cylindrical-coordinate representation of color #A183DC: hue angle of 260.22º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A183DC is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 131 220 -
CMYK 0.27 0.40 0 0.14
HSL 260.22º 0.56% 0.69% -
HSV(B) 260.22º 0.4% 0.86% -
XYZ 35.73 28.98 71.42 -
YUV 150.12 167.44 135.76 -
System Red Green Blue C M Y K H S L
Decimal 161 131 220 0.27 0.40 0 0.14 260.22 0.56 0.69
Hex A1 83 DC 1B 28 0 E 104 38 45
Octal 241 203 334 33 50 0 16 404 70 105
Binary 10100001 10000011 11011100 11011 101000 0 1110 100000100 111000 1000101

Color Harmonies of #A183DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A183DC

Black with #A183DC

Text Example


Text Example

White with #A183DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A183DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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