Html Css Color HEX #A61283 Medium Violet Red

📋 copy color: '#A61283'

red 166 ◦ green 18 ◦ blue 131

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

Shades of Medium Violet Red #A61283

Tints of Medium Violet Red #A61283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 41.59%

R = 52.7%
G = 5.71%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A61283 (or 0xA61283) is known color: Medium Violet Red. HEX triplet: A6, 12 and 83. RGB value is (166,18,131). Sum of RGB (Red+Green+Blue) = 166+18+131=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A61283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61283 is #59ED7C. Grayscale: #4A4A4A. Windows color (decimal): -5893501 or 8589990. OLE color: 8589990.

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

Color convert

RGB 166 18 131 -
CMYK 0 0.89 0.21 0.35
HSL 314.19º 0.8% 0.36% -
HSV(B) 314.19º 0.89% 0.65% -
XYZ 20.04 10.18 22.38 -
YUV 75.13 159.53 192.81 -
System Red Green Blue C M Y K H S L
Decimal 166 18 131 0 0.89 0.21 0.35 314.19 0.8 0.36
Hex A6 12 83 0 59 15 23 13A 50 24
Octal 246 22 203 0 131 25 43 472 120 44
Binary 10100110 10010 10000011 0 1011001 10101 100011 100111010 1010000 100100

Color Harmonies of #A61283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61283

Black with #A61283

Text Example


Text Example

White with #A61283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61283; }

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

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

background-color css

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

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

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

border-color css

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

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

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