Html Css Color HEX #A61E94 Medium Red Violet

📋 copy color: '#A61E94'

red 166 ◦ green 30 ◦ blue 148

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

Shades of Medium Red Violet #A61E94

Tints of Medium Red Violet #A61E94

RGB

 RED value IS 166 (65.23% from 255) = 48.26%

 GREEN value IS 30 (12.11% from 255) = 8.72%

 BLUE value IS 148 (58.2% from 255) = 43.02%

R = 48.26%
G = 8.72%
B = 43.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A61E94 (or 0xA61E94) is known color: Medium Red Violet. HEX triplet: A6, 1E and 94. RGB value is (166,30,148). Sum of RGB (Red+Green+Blue) = 166+30+148=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A61E94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61E94 is #59E16B. Grayscale: #535353. Windows color (decimal): -5890412 or 9707174. OLE color: 9707174.

HSL color Cylindrical-coordinate representation of color #A61E94: hue angle of 307.94º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A61E94 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 30 148 -
CMYK 0 0.82 0.11 0.35
HSL 307.94º 0.69% 0.38% -
HSV(B) 307.94º 0.82% 0.65% -
XYZ 21.54 11.17 29.04 -
YUV 84.12 164.06 186.41 -
System Red Green Blue C M Y K H S L
Decimal 166 30 148 0 0.82 0.11 0.35 307.94 0.69 0.38
Hex A6 1E 94 0 52 B 23 134 45 26
Octal 246 36 224 0 122 13 43 464 105 46
Binary 10100110 11110 10010100 0 1010010 1011 100011 100110100 1000101 100110

Color Harmonies of #A61E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61E94

Black with #A61E94

Text Example


Text Example

White with #A61E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61E94; }

 p { color: rgb(166,30,148); }

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

background-color css

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

 a { background-color: rgb(166,30,148); }

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

border-color css

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

 span { border-color: rgb(166,30,148); }

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