Html Css Color HEX #A364F1 Medium Purple

📋 copy color: '#A364F1'

red 163 ◦ green 100 ◦ blue 241

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

Shades of Medium Purple #A364F1

Tints of Medium Purple #A364F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.82%

R = 32.34%
G = 19.84%
B = 47.82%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A364F1 (or 0xA364F1) is known color: Medium Purple. HEX triplet: A3, 64 and F1. RGB value is (163,100,241). Sum of RGB (Red+Green+Blue) = 163+100+241=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 100 (39.45% from 255 or 19.84% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #A364F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A364F1 is #5C9B0E. Grayscale: #868686. Windows color (decimal): -6069007 or 15819939. OLE color: 15819939.

HSL color Cylindrical-coordinate representation of color #A364F1: hue angle of 266.81º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A364F1 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 163 100 241 -
CMYK 0.32 0.59 0 0.05
HSL 266.81º 0.83% 0.67% -
HSV(B) 266.81º 0.59% 0.95% -
XYZ 35.54 23.25 85.83 -
YUV 134.91 187.87 148.04 -
System Red Green Blue C M Y K H S L
Decimal 163 100 241 0.32 0.59 0 0.05 266.81 0.83 0.67
Hex A3 64 F1 20 3B 0 5 10B 53 43
Octal 243 144 361 40 73 0 5 413 123 103
Binary 10100011 1100100 11110001 100000 111011 0 101 100001011 1010011 1000011

Color Harmonies of #A364F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A364F1

Black with #A364F1

Text Example


Text Example

White with #A364F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A364F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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