Html Css Color HEX #A364FD Medium Purple

📋 copy color: '#A364FD'

red 163 ◦ green 100 ◦ blue 253

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

Shades of Medium Purple #A364FD

Tints of Medium Purple #A364FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.03%

R = 31.59%
G = 19.38%
B = 49.03%

CMYK

 C value IS 0.36

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A364FD (or 0xA364FD) is known color: Medium Purple. HEX triplet: A3, 64 and FD. RGB value is (163,100,253). Sum of RGB (Red+Green+Blue) = 163+100+253=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #A364FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A364FD is #5C9B02. Grayscale: #878787. Windows color (decimal): -6068995 or 16606371. OLE color: 16606371.

HSL color Cylindrical-coordinate representation of color #A364FD: hue angle of 264.71º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A364FD is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 163 100 253 -
CMYK 0.36 0.60 0 0.01
HSL 264.71º 0.97% 0.69% -
HSV(B) 264.71º 0.6% 0.99% -
XYZ 37.39 23.99 95.59 -
YUV 136.28 193.87 147.06 -
System Red Green Blue C M Y K H S L
Decimal 163 100 253 0.36 0.60 0 0.01 264.71 0.97 0.69
Hex A3 64 FD 24 3C 0 1 109 61 45
Octal 243 144 375 44 74 0 1 411 141 105
Binary 10100011 1100100 11111101 100100 111100 0 1 100001001 1100001 1000101

Color Harmonies of #A364FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A364FD

Black with #A364FD

Text Example


Text Example

White with #A364FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A364FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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