Html Css Color HEX #A354FA Medium Purple

📋 copy color: '#A354FA'

red 163 ◦ green 84 ◦ blue 250

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

Shades of Medium Purple #A354FA

Tints of Medium Purple #A354FA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.9%

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

R = 32.8%
G = 16.9%
B = 50.3%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A354FA (or 0xA354FA) is known color: Medium Purple. HEX triplet: A3, 54 and FA. RGB value is (163,84,250). Sum of RGB (Red+Green+Blue) = 163+84+250=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #A354FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A354FA is #5CAB05. Grayscale: #7D7D7D. Windows color (decimal): -6073094 or 16405667. OLE color: 16405667.

HSL color Cylindrical-coordinate representation of color #A354FA: hue angle of 268.55º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A354FA is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 84 250 -
CMYK 0.35 0.66 0 0.02
HSL 268.55º 0.94% 0.65% -
HSV(B) 268.55º 0.66% 0.98% -
XYZ 35.53 21.03 92.63 -
YUV 126.55 197.67 154 -
System Red Green Blue C M Y K H S L
Decimal 163 84 250 0.35 0.66 0 0.02 268.55 0.94 0.65
Hex A3 54 FA 23 42 0 2 10D 5E 41
Octal 243 124 372 43 102 0 2 415 136 101
Binary 10100011 1010100 11111010 100011 1000010 0 10 100001101 1011110 1000001

Color Harmonies of #A354FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A354FA

Black with #A354FA

Text Example


Text Example

White with #A354FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A354FA; }

 p { color: rgb(163,84,250); }

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

background-color css

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

 a { background-color: rgb(163,84,250); }

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

border-color css

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

 span { border-color: rgb(163,84,250); }

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