Html Css Color HEX #A61E8A Medium Red Violet

📋 copy color: '#A61E8A'

red 166 ◦ green 30 ◦ blue 138

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

Shades of Medium Red Violet #A61E8A

Tints of Medium Red Violet #A61E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.32%

R = 49.7%
G = 8.98%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A61E8A (or 0xA61E8A) is known color: Medium Red Violet. HEX triplet: A6, 1E and 8A. RGB value is (166,30,138). Sum of RGB (Red+Green+Blue) = 166+30+138=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A61E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61E8A is #59E175. Grayscale: #525252. Windows color (decimal): -5890422 or 9051814. OLE color: 9051814.

HSL color Cylindrical-coordinate representation of color #A61E8A: hue angle of 312.35º 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 #A61E8A is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 30 138 -
CMYK 0 0.82 0.17 0.35
HSL 312.35º 0.69% 0.38% -
HSV(B) 312.35º 0.82% 0.65% -
XYZ 20.78 10.87 25.05 -
YUV 82.98 159.06 187.22 -
System Red Green Blue C M Y K H S L
Decimal 166 30 138 0 0.82 0.17 0.35 312.35 0.69 0.38
Hex A6 1E 8A 0 52 11 23 138 45 26
Octal 246 36 212 0 122 21 43 470 105 46
Binary 10100110 11110 10001010 0 1010010 10001 100011 100111000 1000101 100110

Color Harmonies of #A61E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61E8A

Black with #A61E8A

Text Example


Text Example

White with #A61E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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