Html Css Color HEX #A183D8 Medium Purple

📋 copy color: '#A183D8'

red 161 ◦ green 131 ◦ blue 216

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

Shades of Medium Purple #A183D8

Tints of Medium Purple #A183D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.52%

R = 31.69%
G = 25.79%
B = 42.52%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A183D8 (or 0xA183D8) is known color: Medium Purple. HEX triplet: A1, 83 and D8. RGB value is (161,131,216). Sum of RGB (Red+Green+Blue) = 161+131+216=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 216 (84.77% from 255 or 42.52% from 508); Max value from RGB is 216 - color contains mainly: blue. Hex color #A183D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A183D8 is #5E7C27. Grayscale: #959595. Windows color (decimal): -6192168 or 14189473. OLE color: 14189473.

HSL color Cylindrical-coordinate representation of color #A183D8: hue angle of 261.18º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A183D8 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 131 216 -
CMYK 0.25 0.39 0 0.15
HSL 261.18º 0.52% 0.68% -
HSV(B) 261.18º 0.39% 0.85% -
XYZ 35.21 28.77 68.66 -
YUV 149.66 165.44 136.09 -
System Red Green Blue C M Y K H S L
Decimal 161 131 216 0.25 0.39 0 0.15 261.18 0.52 0.68
Hex A1 83 D8 19 27 0 F 105 34 44
Octal 241 203 330 31 47 0 17 405 64 104
Binary 10100001 10000011 11011000 11001 100111 0 1111 100000101 110100 1000100

Color Harmonies of #A183D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A183D8

Black with #A183D8

Text Example


Text Example

White with #A183D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A183D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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