Html Css Color HEX #A361F9 Medium Purple

📋 copy color: '#A361F9'

red 163 ◦ green 97 ◦ blue 249

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

Shades of Medium Purple #A361F9

Tints of Medium Purple #A361F9

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.06%

 BLUE value IS 249 (97.66% from 255) = 48.92%

R = 32.02%
G = 19.06%
B = 48.92%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A361F9 (or 0xA361F9) is known color: Medium Purple. HEX triplet: A3, 61 and F9. RGB value is (163,97,249). Sum of RGB (Red+Green+Blue) = 163+97+249=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 97 (38.28% from 255 or 19.06% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #A361F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A361F9 is #5C9E06. Grayscale: #858585. Windows color (decimal): -6069767 or 16343459. OLE color: 16343459.

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

Color convert

RGB 163 97 249 -
CMYK 0.35 0.61 0 0.02
HSL 266.05º 0.93% 0.68% -
HSV(B) 266.05º 0.61% 0.98% -
XYZ 36.48 23.18 92.17 -
YUV 134.06 192.87 148.64 -
System Red Green Blue C M Y K H S L
Decimal 163 97 249 0.35 0.61 0 0.02 266.05 0.93 0.68
Hex A3 61 F9 23 3D 0 2 10A 5D 44
Octal 243 141 371 43 75 0 2 412 135 104
Binary 10100011 1100001 11111001 100011 111101 0 10 100001010 1011101 1000100

Color Harmonies of #A361F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A361F9

Black with #A361F9

Text Example


Text Example

White with #A361F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A361F9; }

 p { color: rgb(163,97,249); }

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

background-color css

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

 a { background-color: rgb(163,97,249); }

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

border-color css

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

 span { border-color: rgb(163,97,249); }

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