Html Css Color HEX #A61284 Medium Violet Red

📋 copy color: '#A61284'

red 166 ◦ green 18 ◦ blue 132

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

Shades of Medium Violet Red #A61284

Tints of Medium Violet Red #A61284

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.7%

 BLUE value IS 132 (51.95% from 255) = 41.77%

R = 52.53%
G = 5.7%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A61284 (or 0xA61284) is known color: Medium Violet Red. HEX triplet: A6, 12 and 84. RGB value is (166,18,132). Sum of RGB (Red+Green+Blue) = 166+18+132=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A61284 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61284 is #59ED7B. Grayscale: #4A4A4A. Windows color (decimal): -5893500 or 8655526. OLE color: 8655526.

HSL color Cylindrical-coordinate representation of color #A61284: hue angle of 313.78º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A61284 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 18 132 -
CMYK 0 0.89 0.20 0.35
HSL 313.78º 0.8% 0.36% -
HSV(B) 313.78º 0.89% 0.65% -
XYZ 20.11 10.21 22.74 -
YUV 75.25 160.03 192.73 -
System Red Green Blue C M Y K H S L
Decimal 166 18 132 0 0.89 0.20 0.35 313.78 0.8 0.36
Hex A6 12 84 0 59 14 23 13A 50 24
Octal 246 22 204 0 131 24 43 472 120 44
Binary 10100110 10010 10000100 0 1011001 10100 100011 100111010 1010000 100100

Color Harmonies of #A61284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61284

Black with #A61284

Text Example


Text Example

White with #A61284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61284; }

 p { color: rgb(166,18,132); }

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

background-color css

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

 a { background-color: rgb(166,18,132); }

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

border-color css

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

 span { border-color: rgb(166,18,132); }

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