Html Css Color HEX #A364ED Medium Purple

📋 copy color: '#A364ED'

red 163 ◦ green 100 ◦ blue 237

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

Shades of Medium Purple #A364ED

Tints of Medium Purple #A364ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.4%

R = 32.6%
G = 20%
B = 47.4%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A364ED (or 0xA364ED) is known color: Medium Purple. HEX triplet: A3, 64 and ED. RGB value is (163,100,237). Sum of RGB (Red+Green+Blue) = 163+100+237=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 100 (39.45% from 255 or 20% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #A364ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A364ED is #5C9B12. Grayscale: #858585. Windows color (decimal): -6069011 or 15557795. OLE color: 15557795.

HSL color Cylindrical-coordinate representation of color #A364ED: hue angle of 267.59º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A364ED is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 100 237 -
CMYK 0.31 0.58 0 0.07
HSL 267.59º 0.79% 0.66% -
HSV(B) 267.59º 0.58% 0.93% -
XYZ 34.95 23.02 82.72 -
YUV 134.46 185.87 148.36 -
System Red Green Blue C M Y K H S L
Decimal 163 100 237 0.31 0.58 0 0.07 267.59 0.79 0.66
Hex A3 64 ED 1F 3A 0 7 10C 4F 42
Octal 243 144 355 37 72 0 7 414 117 102
Binary 10100011 1100100 11101101 11111 111010 0 111 100001100 1001111 1000010

Color Harmonies of #A364ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A364ED

Black with #A364ED

Text Example


Text Example

White with #A364ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A364ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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