Html Css Color HEX #A186DF Medium Purple

📋 copy color: '#A186DF'

red 161 ◦ green 134 ◦ blue 223

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

Shades of Medium Purple #A186DF

Tints of Medium Purple #A186DF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.87%

 BLUE value IS 223 (87.5% from 255) = 43.05%

R = 31.08%
G = 25.87%
B = 43.05%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A186DF (or 0xA186DF) is known color: Medium Purple. HEX triplet: A1, 86 and DF. RGB value is (161,134,223). Sum of RGB (Red+Green+Blue) = 161+134+223=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #A186DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A186DF is #5E7920. Grayscale: #979797. Windows color (decimal): -6191393 or 14648993. OLE color: 14648993.

HSL color Cylindrical-coordinate representation of color #A186DF: hue angle of 258.2º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A186DF is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 134 223 -
CMYK 0.28 0.40 0 0.13
HSL 258.2º 0.58% 0.7% -
HSV(B) 258.2º 0.4% 0.87% -
XYZ 36.54 29.95 73.67 -
YUV 152.22 167.95 134.26 -
System Red Green Blue C M Y K H S L
Decimal 161 134 223 0.28 0.40 0 0.13 258.2 0.58 0.7
Hex A1 86 DF 1C 28 0 D 102 3A 46
Octal 241 206 337 34 50 0 15 402 72 106
Binary 10100001 10000110 11011111 11100 101000 0 1101 100000010 111010 1000110

Color Harmonies of #A186DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A186DF

Black with #A186DF

Text Example


Text Example

White with #A186DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A186DF; }

 p { color: rgb(161,134,223); }

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

background-color css

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

 a { background-color: rgb(161,134,223); }

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

border-color css

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

 span { border-color: rgb(161,134,223); }

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