Html Css Color HEX #A163F1 Medium Purple

📋 copy color: '#A163F1'

red 161 ◦ green 99 ◦ blue 241

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

Shades of Medium Purple #A163F1

Tints of Medium Purple #A163F1

RGB

 RED value IS 161 (63.28% from 255) = 32.14%

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

 BLUE value IS 241 (94.53% from 255) = 48.1%

R = 32.14%
G = 19.76%
B = 48.1%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A163F1 (or 0xA163F1) is known color: Medium Purple. HEX triplet: A1, 63 and F1. RGB value is (161,99,241). Sum of RGB (Red+Green+Blue) = 161+99+241=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #A163F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A163F1 is #5E9C0E. Grayscale: #858585. Windows color (decimal): -6200335 or 15819681. OLE color: 15819681.

HSL color Cylindrical-coordinate representation of color #A163F1: hue angle of 266.2º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A163F1 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 99 241 -
CMYK 0.33 0.59 0 0.05
HSL 266.2º 0.84% 0.67% -
HSV(B) 266.2º 0.59% 0.95% -
XYZ 35.04 22.85 85.78 -
YUV 133.73 188.54 147.45 -
System Red Green Blue C M Y K H S L
Decimal 161 99 241 0.33 0.59 0 0.05 266.2 0.84 0.67
Hex A1 63 F1 21 3B 0 5 10A 54 43
Octal 241 143 361 41 73 0 5 412 124 103
Binary 10100001 1100011 11110001 100001 111011 0 101 100001010 1010100 1000011

Color Harmonies of #A163F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A163F1

Black with #A163F1

Text Example


Text Example

White with #A163F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A163F1; }

 p { color: rgb(161,99,241); }

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

background-color css

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

 a { background-color: rgb(161,99,241); }

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

border-color css

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

 span { border-color: rgb(161,99,241); }

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