Html Css Color HEX #A162F9 Medium Purple

📋 copy color: '#A162F9'

red 161 ◦ green 98 ◦ blue 249

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

Shades of Medium Purple #A162F9

Tints of Medium Purple #A162F9

RGB

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

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

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

R = 31.69%
G = 19.29%
B = 49.02%

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

#A162F9 (or 0xA162F9) is known color: Medium Purple. HEX triplet: A1, 62 and F9. RGB value is (161,98,249). Sum of RGB (Red+Green+Blue) = 161+98+249=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 98 (38.67% from 255 or 19.29% from 508); Blue value is 249 (97.66% from 255 or 49.02% from 508); Max value from RGB is 249 - color contains mainly: blue. Hex color #A162F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A162F9 is #5E9D06. Grayscale: #858585. Windows color (decimal): -6200583 or 16343713. OLE color: 16343713.

HSL color Cylindrical-coordinate representation of color #A162F9: hue angle of 265.03º 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 #A162F9 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 98 249 -
CMYK 0.35 0.61 0 0.02
HSL 265.03º 0.93% 0.68% -
HSV(B) 265.03º 0.61% 0.98% -
XYZ 36.16 23.15 92.19 -
YUV 134.05 192.87 147.22 -
System Red Green Blue C M Y K H S L
Decimal 161 98 249 0.35 0.61 0 0.02 265.03 0.93 0.68
Hex A1 62 F9 23 3D 0 2 109 5D 44
Octal 241 142 371 43 75 0 2 411 135 104
Binary 10100001 1100010 11111001 100011 111101 0 10 100001001 1011101 1000100

Color Harmonies of #A162F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A162F9

Black with #A162F9

Text Example


Text Example

White with #A162F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A162F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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