Html Css Color HEX #A34FFA Medium Purple

📋 copy color: '#A34FFA'

red 163 ◦ green 79 ◦ blue 250

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

Shades of Medium Purple #A34FFA

Tints of Medium Purple #A34FFA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.06%

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

R = 33.13%
G = 16.06%
B = 50.81%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A34FFA (or 0xA34FFA) is known color: Medium Purple. HEX triplet: A3, 4F and FA. RGB value is (163,79,250). Sum of RGB (Red+Green+Blue) = 163+79+250=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 79 (31.25% from 255 or 16.06% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #A34FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A34FFA is #5CB005. Grayscale: #7B7B7B. Windows color (decimal): -6074374 or 16404387. OLE color: 16404387.

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

Color convert

RGB 163 79 250 -
CMYK 0.35 0.68 0 0.02
HSL 269.47º 0.94% 0.65% -
HSV(B) 269.47º 0.68% 0.98% -
XYZ 35.16 20.28 92.5 -
YUV 123.61 199.33 156.1 -
System Red Green Blue C M Y K H S L
Decimal 163 79 250 0.35 0.68 0 0.02 269.47 0.94 0.65
Hex A3 4F FA 23 44 0 2 10D 5E 41
Octal 243 117 372 43 104 0 2 415 136 101
Binary 10100011 1001111 11111010 100011 1000100 0 10 100001101 1011110 1000001

Color Harmonies of #A34FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34FFA

Black with #A34FFA

Text Example


Text Example

White with #A34FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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