Html Css Color HEX #A463FD Medium Purple

📋 copy color: '#A463FD'

red 164 ◦ green 99 ◦ blue 253

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

Shades of Medium Purple #A463FD

Tints of Medium Purple #A463FD

RGB

 RED value IS 164 (64.45% from 255) = 31.78%

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

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

R = 31.78%
G = 19.19%
B = 49.03%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A463FD (or 0xA463FD) is known color: Medium Purple. HEX triplet: A4, 63 and FD. RGB value is (164,99,253). Sum of RGB (Red+Green+Blue) = 164+99+253=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 99 (39.06% from 255 or 19.19% 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 #A463FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A463FD is #5B9C02. Grayscale: #878787. Windows color (decimal): -6003715 or 16606116. OLE color: 16606116.

HSL color Cylindrical-coordinate representation of color #A463FD: hue angle of 265.32º 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 #A463FD is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 164 99 253 -
CMYK 0.35 0.61 0 0.01
HSL 265.32º 0.97% 0.69% -
HSV(B) 265.32º 0.61% 0.99% -
XYZ 37.5 23.91 95.57 -
YUV 135.99 194.03 147.98 -
System Red Green Blue C M Y K H S L
Decimal 164 99 253 0.35 0.61 0 0.01 265.32 0.97 0.69
Hex A4 63 FD 23 3D 0 1 109 61 45
Octal 244 143 375 43 75 0 1 411 141 105
Binary 10100100 1100011 11111101 100011 111101 0 1 100001001 1100001 1000101

Color Harmonies of #A463FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A463FD

Black with #A463FD

Text Example


Text Example

White with #A463FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A463FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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