Html Css Color HEX #A364F6 Medium Purple

📋 copy color: '#A364F6'

red 163 ◦ green 100 ◦ blue 246

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

Shades of Medium Purple #A364F6

Tints of Medium Purple #A364F6

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.65%

 BLUE value IS 246 (96.48% from 255) = 48.33%

R = 32.02%
G = 19.65%
B = 48.33%

CMYK

 C value IS 0.34

 M value IS 0.59

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A364F6 (or 0xA364F6) is known color: Medium Purple. HEX triplet: A3, 64 and F6. RGB value is (163,100,246). Sum of RGB (Red+Green+Blue) = 163+100+246=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 246 (96.48% from 255 or 48.33% from 509); Max value from RGB is 246 - color contains mainly: blue. Hex color #A364F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A364F6 is #5C9B09. Grayscale: #868686. Windows color (decimal): -6069002 or 16147619. OLE color: 16147619.

HSL color Cylindrical-coordinate representation of color #A364F6: hue angle of 265.89º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A364F6 is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 163 100 246 -
CMYK 0.34 0.59 0 0.04
HSL 265.89º 0.89% 0.68% -
HSV(B) 265.89º 0.59% 0.96% -
XYZ 36.3 23.55 89.82 -
YUV 135.48 190.37 147.63 -
System Red Green Blue C M Y K H S L
Decimal 163 100 246 0.34 0.59 0 0.04 265.89 0.89 0.68
Hex A3 64 F6 22 3B 0 4 10A 59 44
Octal 243 144 366 42 73 0 4 412 131 104
Binary 10100011 1100100 11110110 100010 111011 0 100 100001010 1011001 1000100

Color Harmonies of #A364F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A364F6

Black with #A364F6

Text Example


Text Example

White with #A364F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A364F6; }

 p { color: rgb(163,100,246); }

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

background-color css

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

 a { background-color: rgb(163,100,246); }

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

border-color css

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

 span { border-color: rgb(163,100,246); }

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