Html Css Color HEX #A162EB Medium Purple

📋 copy color: '#A162EB'

red 161 ◦ green 98 ◦ blue 235

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

Shades of Medium Purple #A162EB

Tints of Medium Purple #A162EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.57%

R = 32.59%
G = 19.84%
B = 47.57%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A162EB (or 0xA162EB) is known color: Medium Purple. HEX triplet: A1, 62 and EB. RGB value is (161,98,235). Sum of RGB (Red+Green+Blue) = 161+98+235=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #A162EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A162EB is #5E9D14. Grayscale: #838383. Windows color (decimal): -6200597 or 15426209. OLE color: 15426209.

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

Color convert

RGB 161 98 235 -
CMYK 0.31 0.58 0 0.08
HSL 267.59º 0.77% 0.65% -
HSV(B) 267.59º 0.58% 0.92% -
XYZ 34.06 22.31 81.11 -
YUV 132.46 185.87 148.36 -
System Red Green Blue C M Y K H S L
Decimal 161 98 235 0.31 0.58 0 0.08 267.59 0.77 0.65
Hex A1 62 EB 1F 3A 0 8 10C 4D 41
Octal 241 142 353 37 72 0 10 414 115 101
Binary 10100001 1100010 11101011 11111 111010 0 1000 100001100 1001101 1000001

Color Harmonies of #A162EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A162EB

Black with #A162EB

Text Example


Text Example

White with #A162EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A162EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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