Html Css Color HEX #A364E5 Medium Purple

📋 copy color: '#A364E5'

red 163 ◦ green 100 ◦ blue 229

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

Shades of Medium Purple #A364E5

Tints of Medium Purple #A364E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.54%

R = 33.13%
G = 20.33%
B = 46.54%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A364E5 (or 0xA364E5) is known color: Medium Purple. HEX triplet: A3, 64 and E5. RGB value is (163,100,229). Sum of RGB (Red+Green+Blue) = 163+100+229=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 229 (89.84% from 255 or 46.54% from 492); Max value from RGB is 229 - color contains mainly: blue. Hex color #A364E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A364E5 is #5C9B1A. Grayscale: #858585. Windows color (decimal): -6069019 or 15033507. OLE color: 15033507.

HSL color Cylindrical-coordinate representation of color #A364E5: hue angle of 269.3º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A364E5 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 163 100 229 -
CMYK 0.29 0.56 0 0.10
HSL 269.3º 0.71% 0.65% -
HSV(B) 269.3º 0.56% 0.9% -
XYZ 33.8 22.56 76.7 -
YUV 133.54 181.87 149.01 -
System Red Green Blue C M Y K H S L
Decimal 163 100 229 0.29 0.56 0 0.10 269.3 0.71 0.65
Hex A3 64 E5 1D 38 0 A 10D 47 41
Octal 243 144 345 35 70 0 12 415 107 101
Binary 10100011 1100100 11100101 11101 111000 0 1010 100001101 1000111 1000001

Color Harmonies of #A364E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A364E5

Black with #A364E5

Text Example


Text Example

White with #A364E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A364E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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