Html Css Color HEX #A386F7 Medium Purple

📋 copy color: '#A386F7'

red 163 ◦ green 134 ◦ blue 247

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

Shades of Medium Purple #A386F7

Tints of Medium Purple #A386F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 45.4%

R = 29.96%
G = 24.63%
B = 45.4%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A386F7 (or 0xA386F7) is known color: Medium Purple. HEX triplet: A3, 86 and F7. RGB value is (163,134,247). Sum of RGB (Red+Green+Blue) = 163+134+247=544 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.96% from 544); Green value is 134 (52.73% from 255 or 24.63% from 544); Blue value is 247 (96.88% from 255 or 45.40% from 544); Max value from RGB is 247 - color contains mainly: blue. Hex color #A386F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A386F7 is #5C7908. Grayscale: #9B9B9B. Windows color (decimal): -6060297 or 16221859. OLE color: 16221859.

HSL color Cylindrical-coordinate representation of color #A386F7: hue angle of 255.4º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A386F7 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 163 134 247 -
CMYK 0.34 0.46 0 0.03
HSL 255.4º 0.88% 0.75% -
HSV(B) 255.4º 0.46% 0.97% -
XYZ 40.42 31.55 91.96 -
YUV 155.55 179.61 133.31 -
System Red Green Blue C M Y K H S L
Decimal 163 134 247 0.34 0.46 0 0.03 255.4 0.88 0.75
Hex A3 86 F7 22 2E 0 3 FF 58 4B
Octal 243 206 367 42 56 0 3 377 130 113
Binary 10100011 10000110 11110111 100010 101110 0 11 11111111 1011000 1001011

Color Harmonies of #A386F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A386F7

Black with #A386F7

Text Example


Text Example

White with #A386F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A386F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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