Html Css Color HEX #A162EC Medium Purple

📋 copy color: '#A162EC'

red 161 ◦ green 98 ◦ blue 236

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

Shades of Medium Purple #A162EC

Tints of Medium Purple #A162EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.68%

R = 32.53%
G = 19.8%
B = 47.68%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A162EC (or 0xA162EC) is known color: Medium Purple. HEX triplet: A1, 62 and EC. RGB value is (161,98,236). Sum of RGB (Red+Green+Blue) = 161+98+236=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #A162EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A162EC is #5E9D13. Grayscale: #848484. Windows color (decimal): -6200596 or 15491745. OLE color: 15491745.

HSL color Cylindrical-coordinate representation of color #A162EC: hue angle of 267.39º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A162EC is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 98 236 -
CMYK 0.32 0.58 0 0.07
HSL 267.39º 0.78% 0.65% -
HSV(B) 267.39º 0.58% 0.93% -
XYZ 34.21 22.37 81.87 -
YUV 132.57 186.37 148.28 -
System Red Green Blue C M Y K H S L
Decimal 161 98 236 0.32 0.58 0 0.07 267.39 0.78 0.65
Hex A1 62 EC 20 3A 0 7 10B 4E 41
Octal 241 142 354 40 72 0 7 413 116 101
Binary 10100001 1100010 11101100 100000 111010 0 111 100001011 1001110 1000001

Color Harmonies of #A162EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A162EC

Black with #A162EC

Text Example


Text Example

White with #A162EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A162EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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