Html Css Color HEX #A364EF Medium Purple

📋 copy color: '#A364EF'

red 163 ◦ green 100 ◦ blue 239

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

Shades of Medium Purple #A364EF

Tints of Medium Purple #A364EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.61%

R = 32.47%
G = 19.92%
B = 47.61%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A364EF (or 0xA364EF) is known color: Medium Purple. HEX triplet: A3, 64 and EF. RGB value is (163,100,239). Sum of RGB (Red+Green+Blue) = 163+100+239=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #A364EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A364EF is #5C9B10. Grayscale: #868686. Windows color (decimal): -6069009 or 15688867. OLE color: 15688867.

HSL color Cylindrical-coordinate representation of color #A364EF: hue angle of 267.19º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A364EF is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 163 100 239 -
CMYK 0.32 0.58 0 0.06
HSL 267.19º 0.81% 0.66% -
HSV(B) 267.19º 0.58% 0.94% -
XYZ 35.24 23.13 84.27 -
YUV 134.68 186.87 148.2 -
System Red Green Blue C M Y K H S L
Decimal 163 100 239 0.32 0.58 0 0.06 267.19 0.81 0.66
Hex A3 64 EF 20 3A 0 6 10B 51 42
Octal 243 144 357 40 72 0 6 413 121 102
Binary 10100011 1100100 11101111 100000 111010 0 110 100001011 1010001 1000010

Color Harmonies of #A364EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A364EF

Black with #A364EF

Text Example


Text Example

White with #A364EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A364EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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