Html Css Color HEX #A161EE Medium Purple

📋 copy color: '#A161EE'

red 161 ◦ green 97 ◦ blue 238

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

Shades of Medium Purple #A161EE

Tints of Medium Purple #A161EE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.56%

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

R = 32.46%
G = 19.56%
B = 47.98%

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

#A161EE (or 0xA161EE) is known color: Medium Purple. HEX triplet: A1, 61 and EE. RGB value is (161,97,238). Sum of RGB (Red+Green+Blue) = 161+97+238=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 97 (38.28% from 255 or 19.56% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #A161EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A161EE is #5E9E11. Grayscale: #838383. Windows color (decimal): -6200850 or 15622561. OLE color: 15622561.

HSL color Cylindrical-coordinate representation of color #A161EE: hue angle of 267.23º degrees, saturation: 0.81, 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 #A161EE is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 97 238 -
CMYK 0.32 0.59 0 0.07
HSL 267.23º 0.81% 0.66% -
HSV(B) 267.23º 0.59% 0.93% -
XYZ 34.41 22.3 83.38 -
YUV 132.21 187.7 148.54 -
System Red Green Blue C M Y K H S L
Decimal 161 97 238 0.32 0.59 0 0.07 267.23 0.81 0.66
Hex A1 61 EE 20 3B 0 7 10B 51 42
Octal 241 141 356 40 73 0 7 413 121 102
Binary 10100001 1100001 11101110 100000 111011 0 111 100001011 1010001 1000010

Color Harmonies of #A161EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A161EE

Black with #A161EE

Text Example


Text Example

White with #A161EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A161EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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