Html Css Color HEX #A386EE Medium Purple

📋 copy color: '#A386EE'

red 163 ◦ green 134 ◦ blue 238

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

Shades of Medium Purple #A386EE

Tints of Medium Purple #A386EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.49%

R = 30.47%
G = 25.05%
B = 44.49%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A386EE (or 0xA386EE) is known color: Medium Purple. HEX triplet: A3, 86 and EE. RGB value is (163,134,238). Sum of RGB (Red+Green+Blue) = 163+134+238=535 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.47% from 535); Green value is 134 (52.73% from 255 or 25.05% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #A386EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A386EE is #5C7911. Grayscale: #9A9A9A. Windows color (decimal): -6060306 or 15632035. OLE color: 15632035.

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

Color convert

RGB 163 134 238 -
CMYK 0.32 0.44 0 0.07
HSL 256.73º 0.75% 0.73% -
HSV(B) 256.73º 0.44% 0.93% -
XYZ 39.06 31.01 84.82 -
YUV 154.53 175.11 134.04 -
System Red Green Blue C M Y K H S L
Decimal 163 134 238 0.32 0.44 0 0.07 256.73 0.75 0.73
Hex A3 86 EE 20 2C 0 7 101 4B 49
Octal 243 206 356 40 54 0 7 401 113 111
Binary 10100011 10000110 11101110 100000 101100 0 111 100000001 1001011 1001001

Color Harmonies of #A386EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A386EE

Black with #A386EE

Text Example


Text Example

White with #A386EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A386EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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