Html Css Color HEX #A162F1 Medium Purple

📋 copy color: '#A162F1'

red 161 ◦ green 98 ◦ blue 241

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

Shades of Medium Purple #A162F1

Tints of Medium Purple #A162F1

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.6%

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

R = 32.2%
G = 19.6%
B = 48.2%

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

#A162F1 (or 0xA162F1) is known color: Medium Purple. HEX triplet: A1, 62 and F1. RGB value is (161,98,241). Sum of RGB (Red+Green+Blue) = 161+98+241=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 98 (38.67% from 255 or 19.6% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #A162F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A162F1 is #5E9D0E. Grayscale: #848484. Windows color (decimal): -6200591 or 15819425. OLE color: 15819425.

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

Color convert

RGB 161 98 241 -
CMYK 0.33 0.59 0 0.05
HSL 266.43º 0.84% 0.66% -
HSV(B) 266.43º 0.59% 0.95% -
XYZ 34.94 22.66 85.75 -
YUV 133.14 188.87 147.87 -
System Red Green Blue C M Y K H S L
Decimal 161 98 241 0.33 0.59 0 0.05 266.43 0.84 0.66
Hex A1 62 F1 21 3B 0 5 10A 54 42
Octal 241 142 361 41 73 0 5 412 124 102
Binary 10100001 1100010 11110001 100001 111011 0 101 100001010 1010100 1000010

Color Harmonies of #A162F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A162F1

Black with #A162F1

Text Example


Text Example

White with #A162F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A162F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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