Html Css Color HEX #A161ED Medium Purple

📋 copy color: '#A161ED'

red 161 ◦ green 97 ◦ blue 237

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

Shades of Medium Purple #A161ED

Tints of Medium Purple #A161ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.88%

R = 32.53%
G = 19.6%
B = 47.88%

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

#A161ED (or 0xA161ED) is known color: Medium Purple. HEX triplet: A1, 61 and ED. RGB value is (161,97,237). Sum of RGB (Red+Green+Blue) = 161+97+237=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #A161ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A161ED is #5E9E12. Grayscale: #838383. Windows color (decimal): -6200851 or 15557025. OLE color: 15557025.

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

Color convert

RGB 161 97 237 -
CMYK 0.32 0.59 0 0.07
HSL 267.43º 0.8% 0.65% -
HSV(B) 267.43º 0.59% 0.93% -
XYZ 34.26 22.24 82.61 -
YUV 132.1 187.2 148.62 -
System Red Green Blue C M Y K H S L
Decimal 161 97 237 0.32 0.59 0 0.07 267.43 0.8 0.65
Hex A1 61 ED 20 3B 0 7 10B 50 41
Octal 241 141 355 40 73 0 7 413 120 101
Binary 10100001 1100001 11101101 100000 111011 0 111 100001011 1010000 1000001

Color Harmonies of #A161ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A161ED

Black with #A161ED

Text Example


Text Example

White with #A161ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A161ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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