Html Css Color HEX #A354F6 Medium Purple

📋 copy color: '#A354F6'

red 163 ◦ green 84 ◦ blue 246

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

Shades of Medium Purple #A354F6

Tints of Medium Purple #A354F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.9%

R = 33.06%
G = 17.04%
B = 49.9%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A354F6 (or 0xA354F6) is known color: Medium Purple. HEX triplet: A3, 54 and F6. RGB value is (163,84,246). Sum of RGB (Red+Green+Blue) = 163+84+246=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 246 (96.48% from 255 or 49.90% from 493); Max value from RGB is 246 - color contains mainly: blue. Hex color #A354F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A354F6 is #5CAB09. Grayscale: #7D7D7D. Windows color (decimal): -6073098 or 16143523. OLE color: 16143523.

HSL color Cylindrical-coordinate representation of color #A354F6: hue angle of 269.26º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A354F6 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 163 84 246 -
CMYK 0.34 0.66 0 0.04
HSL 269.26º 0.9% 0.65% -
HSV(B) 269.26º 0.66% 0.96% -
XYZ 34.91 20.78 89.36 -
YUV 126.09 195.67 154.33 -
System Red Green Blue C M Y K H S L
Decimal 163 84 246 0.34 0.66 0 0.04 269.26 0.9 0.65
Hex A3 54 F6 22 42 0 4 10D 5A 41
Octal 243 124 366 42 102 0 4 415 132 101
Binary 10100011 1010100 11110110 100010 1000010 0 100 100001101 1011010 1000001

Color Harmonies of #A354F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A354F6

Black with #A354F6

Text Example


Text Example

White with #A354F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A354F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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