Html Css Color HEX #A162EE Medium Purple

📋 copy color: '#A162EE'

red 161 ◦ green 98 ◦ blue 238

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

Shades of Medium Purple #A162EE

Tints of Medium Purple #A162EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.89%

R = 32.39%
G = 19.72%
B = 47.89%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A162EE (or 0xA162EE) is known color: Medium Purple. HEX triplet: A1, 62 and EE. RGB value is (161,98,238). Sum of RGB (Red+Green+Blue) = 161+98+238=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 98 (38.67% from 255 or 19.72% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #A162EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A162EE is #5E9D11. Grayscale: #848484. Windows color (decimal): -6200594 or 15622817. OLE color: 15622817.

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

Color convert

RGB 161 98 238 -
CMYK 0.32 0.59 0 0.07
HSL 267º 0.8% 0.66% -
HSV(B) 267º 0.59% 0.93% -
XYZ 34.5 22.49 83.41 -
YUV 132.8 187.37 148.12 -
System Red Green Blue C M Y K H S L
Decimal 161 98 238 0.32 0.59 0 0.07 267 0.8 0.66
Hex A1 62 EE 20 3B 0 7 10B 50 42
Octal 241 142 356 40 73 0 7 413 120 102
Binary 10100001 1100010 11101110 100000 111011 0 111 100001011 1010000 1000010

Color Harmonies of #A162EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A162EE

Black with #A162EE

Text Example


Text Example

White with #A162EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A162EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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