Html Css Color HEX #A386EA Medium Purple

📋 copy color: '#A386EA'

red 163 ◦ green 134 ◦ blue 234

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

Shades of Medium Purple #A386EA

Tints of Medium Purple #A386EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.07%

R = 30.7%
G = 25.24%
B = 44.07%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A386EA (or 0xA386EA) is known color: Medium Purple. HEX triplet: A3, 86 and EA. RGB value is (163,134,234). Sum of RGB (Red+Green+Blue) = 163+134+234=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #A386EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A386EA is #5C7915. Grayscale: #999999. Windows color (decimal): -6060310 or 15369891. OLE color: 15369891.

HSL color Cylindrical-coordinate representation of color #A386EA: hue angle of 257.4º degrees, saturation: 0.7, 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 #A386EA is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 134 234 -
CMYK 0.30 0.43 0 0.08
HSL 257.4º 0.7% 0.72% -
HSV(B) 257.4º 0.43% 0.92% -
XYZ 38.48 30.78 81.75 -
YUV 154.07 173.11 134.37 -
System Red Green Blue C M Y K H S L
Decimal 163 134 234 0.30 0.43 0 0.08 257.4 0.7 0.72
Hex A3 86 EA 1E 2B 0 8 101 46 48
Octal 243 206 352 36 53 0 10 401 106 110
Binary 10100011 10000110 11101010 11110 101011 0 1000 100000001 1000110 1001000

Color Harmonies of #A386EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A386EA

Black with #A386EA

Text Example


Text Example

White with #A386EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A386EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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