Html Css Color HEX #A386EC Medium Purple

📋 copy color: '#A386EC'

red 163 ◦ green 134 ◦ blue 236

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

Shades of Medium Purple #A386EC

Tints of Medium Purple #A386EC

RGB

 RED value IS 163 (64.06% from 255) = 30.58%

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

 BLUE value IS 236 (92.58% from 255) = 44.28%

R = 30.58%
G = 25.14%
B = 44.28%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A386EC (or 0xA386EC) is known color: Medium Purple. HEX triplet: A3, 86 and EC. RGB value is (163,134,236). Sum of RGB (Red+Green+Blue) = 163+134+236=533 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.58% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #A386EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A386EC is #5C7913. Grayscale: #999999. Windows color (decimal): -6060308 or 15500963. OLE color: 15500963.

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

Color convert

RGB 163 134 236 -
CMYK 0.31 0.43 0 0.07
HSL 257.06º 0.73% 0.73% -
HSV(B) 257.06º 0.43% 0.93% -
XYZ 38.77 30.89 83.28 -
YUV 154.3 174.11 134.21 -
System Red Green Blue C M Y K H S L
Decimal 163 134 236 0.31 0.43 0 0.07 257.06 0.73 0.73
Hex A3 86 EC 1F 2B 0 7 101 49 49
Octal 243 206 354 37 53 0 7 401 111 111
Binary 10100011 10000110 11101100 11111 101011 0 111 100000001 1001001 1001001

Color Harmonies of #A386EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A386EC

Black with #A386EC

Text Example


Text Example

White with #A386EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A386EC; }

 p { color: rgb(163,134,236); }

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

background-color css

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

 a { background-color: rgb(163,134,236); }

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

border-color css

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

 span { border-color: rgb(163,134,236); }

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