Html Css Color HEX #A186EB Medium Purple

📋 copy color: '#A186EB'

red 161 ◦ green 134 ◦ blue 235

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

Shades of Medium Purple #A186EB

Tints of Medium Purple #A186EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.34%

R = 30.38%
G = 25.28%
B = 44.34%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A186EB (or 0xA186EB) is known color: Medium Purple. HEX triplet: A1, 86 and EB. RGB value is (161,134,235). Sum of RGB (Red+Green+Blue) = 161+134+235=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 134 (52.73% from 255 or 25.28% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #A186EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A186EB is #5E7914. Grayscale: #999999. Windows color (decimal): -6191381 or 15435425. OLE color: 15435425.

HSL color Cylindrical-coordinate representation of color #A186EB: hue angle of 256.04º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A186EB is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 134 235 -
CMYK 0.31 0.43 0 0.08
HSL 256.04º 0.72% 0.72% -
HSV(B) 256.04º 0.43% 0.92% -
XYZ 38.22 30.63 82.49 -
YUV 153.59 173.95 133.29 -
System Red Green Blue C M Y K H S L
Decimal 161 134 235 0.31 0.43 0 0.08 256.04 0.72 0.72
Hex A1 86 EB 1F 2B 0 8 100 48 48
Octal 241 206 353 37 53 0 10 400 110 110
Binary 10100001 10000110 11101011 11111 101011 0 1000 100000000 1001000 1001000

Color Harmonies of #A186EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A186EB

Black with #A186EB

Text Example


Text Example

White with #A186EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A186EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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