Html Css Color HEX #A363FD Medium Purple

📋 copy color: '#A363FD'

red 163 ◦ green 99 ◦ blue 253

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

Shades of Medium Purple #A363FD

Tints of Medium Purple #A363FD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.22%

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

R = 31.65%
G = 19.22%
B = 49.13%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A363FD (or 0xA363FD) is known color: Medium Purple. HEX triplet: A3, 63 and FD. RGB value is (163,99,253). Sum of RGB (Red+Green+Blue) = 163+99+253=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 99 (39.06% from 255 or 19.22% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #A363FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A363FD is #5C9C02. Grayscale: #878787. Windows color (decimal): -6069251 or 16606115. OLE color: 16606115.

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

Color convert

RGB 163 99 253 -
CMYK 0.36 0.61 0 0.01
HSL 264.94º 0.97% 0.69% -
HSV(B) 264.94º 0.61% 0.99% -
XYZ 37.3 23.8 95.56 -
YUV 135.69 194.2 147.48 -
System Red Green Blue C M Y K H S L
Decimal 163 99 253 0.36 0.61 0 0.01 264.94 0.97 0.69
Hex A3 63 FD 24 3D 0 1 109 61 45
Octal 243 143 375 44 75 0 1 411 141 105
Binary 10100011 1100011 11111101 100100 111101 0 1 100001001 1100001 1000101

Color Harmonies of #A363FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A363FD

Black with #A363FD

Text Example


Text Example

White with #A363FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A363FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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