Html Css Color HEX #A162E9 Medium Purple

📋 copy color: '#A162E9'

red 161 ◦ green 98 ◦ blue 233

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

Shades of Medium Purple #A162E9

Tints of Medium Purple #A162E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 47.36%

R = 32.72%
G = 19.92%
B = 47.36%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A162E9 (or 0xA162E9) is known color: Medium Purple. HEX triplet: A1, 62 and E9. RGB value is (161,98,233). Sum of RGB (Red+Green+Blue) = 161+98+233=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 233 (91.41% from 255 or 47.36% from 492); Max value from RGB is 233 - color contains mainly: blue. Hex color #A162E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A162E9 is #5E9D16. Grayscale: #838383. Windows color (decimal): -6200599 or 15295137. OLE color: 15295137.

HSL color Cylindrical-coordinate representation of color #A162E9: hue angle of 268º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A162E9 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 98 233 -
CMYK 0.31 0.58 0 0.09
HSL 268º 0.75% 0.65% -
HSV(B) 268º 0.58% 0.91% -
XYZ 33.77 22.2 79.59 -
YUV 132.23 184.87 148.52 -
System Red Green Blue C M Y K H S L
Decimal 161 98 233 0.31 0.58 0 0.09 268 0.75 0.65
Hex A1 62 E9 1F 3A 0 9 10C 4B 41
Octal 241 142 351 37 72 0 11 414 113 101
Binary 10100001 1100010 11101001 11111 111010 0 1001 100001100 1001011 1000001

Color Harmonies of #A162E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A162E9

Black with #A162E9

Text Example


Text Example

White with #A162E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A162E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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