Html Css Color HEX #A463FA Medium Purple

📋 copy color: '#A463FA'

red 164 ◦ green 99 ◦ blue 250

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

Shades of Medium Purple #A463FA

Tints of Medium Purple #A463FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.73%

R = 31.97%
G = 19.3%
B = 48.73%

CMYK

 C value IS 0.34

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A463FA (or 0xA463FA) is known color: Medium Purple. HEX triplet: A4, 63 and FA. RGB value is (164,99,250). Sum of RGB (Red+Green+Blue) = 164+99+250=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #A463FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A463FA is #5B9C05. Grayscale: #878787. Windows color (decimal): -6003718 or 16409508. OLE color: 16409508.

HSL color Cylindrical-coordinate representation of color #A463FA: hue angle of 265.83º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A463FA is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 99 250 -
CMYK 0.34 0.60 0 0.02
HSL 265.83º 0.94% 0.68% -
HSV(B) 265.83º 0.6% 0.98% -
XYZ 37.03 23.72 93.07 -
YUV 135.65 192.53 148.22 -
System Red Green Blue C M Y K H S L
Decimal 164 99 250 0.34 0.60 0 0.02 265.83 0.94 0.68
Hex A4 63 FA 22 3C 0 2 10A 5E 44
Octal 244 143 372 42 74 0 2 412 136 104
Binary 10100100 1100011 11111010 100010 111100 0 10 100001010 1011110 1000100

Color Harmonies of #A463FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A463FA

Black with #A463FA

Text Example


Text Example

White with #A463FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A463FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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