Html Css Color HEX #A183D6 Medium Purple

📋 copy color: '#A183D6'

red 161 ◦ green 131 ◦ blue 214

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

Shades of Medium Purple #A183D6

Tints of Medium Purple #A183D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.29%

R = 31.82%
G = 25.89%
B = 42.29%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A183D6 (or 0xA183D6) is known color: Medium Purple. HEX triplet: A1, 83 and D6. RGB value is (161,131,214). Sum of RGB (Red+Green+Blue) = 161+131+214=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 214 (83.98% from 255 or 42.29% from 506); Max value from RGB is 214 - color contains mainly: blue. Hex color #A183D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A183D6 is #5E7C29. Grayscale: #959595. Windows color (decimal): -6192170 or 14058401. OLE color: 14058401.

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

Color convert

RGB 161 131 214 -
CMYK 0.25 0.39 0 0.16
HSL 261.69º 0.5% 0.68% -
HSV(B) 261.69º 0.39% 0.84% -
XYZ 34.95 28.66 67.31 -
YUV 149.43 164.44 136.25 -
System Red Green Blue C M Y K H S L
Decimal 161 131 214 0.25 0.39 0 0.16 261.69 0.5 0.68
Hex A1 83 D6 19 27 0 10 106 32 44
Octal 241 203 326 31 47 0 20 406 62 104
Binary 10100001 10000011 11010110 11001 100111 0 10000 100000110 110010 1000100

Color Harmonies of #A183D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A183D6

Black with #A183D6

Text Example


Text Example

White with #A183D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A183D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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