Html Css Color HEX #A386F1 Medium Purple

📋 copy color: '#A386F1'

red 163 ◦ green 134 ◦ blue 241

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

Shades of Medium Purple #A386F1

Tints of Medium Purple #A386F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.8%

R = 30.3%
G = 24.91%
B = 44.8%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A386F1 (or 0xA386F1) is known color: Medium Purple. HEX triplet: A3, 86 and F1. RGB value is (163,134,241). Sum of RGB (Red+Green+Blue) = 163+134+241=538 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.30% from 538); Green value is 134 (52.73% from 255 or 24.91% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #A386F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A386F1 is #5C790E. Grayscale: #9A9A9A. Windows color (decimal): -6060303 or 15828643. OLE color: 15828643.

HSL color Cylindrical-coordinate representation of color #A386F1: hue angle of 256.26º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A386F1 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 163 134 241 -
CMYK 0.32 0.44 0 0.05
HSL 256.26º 0.79% 0.74% -
HSV(B) 256.26º 0.44% 0.95% -
XYZ 39.51 31.19 87.16 -
YUV 154.87 176.61 133.8 -
System Red Green Blue C M Y K H S L
Decimal 163 134 241 0.32 0.44 0 0.05 256.26 0.79 0.74
Hex A3 86 F1 20 2C 0 5 100 4F 4A
Octal 243 206 361 40 54 0 5 400 117 112
Binary 10100011 10000110 11110001 100000 101100 0 101 100000000 1001111 1001010

Color Harmonies of #A386F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A386F1

Black with #A386F1

Text Example


Text Example

White with #A386F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A386F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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