Html Css Color HEX #A61083 Medium Violet Red

📋 copy color: '#A61083'

red 166 ◦ green 16 ◦ blue 131

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

Shades of Medium Violet Red #A61083

Tints of Medium Violet Red #A61083

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.11%

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

R = 53.04%
G = 5.11%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A61083 (or 0xA61083) is known color: Medium Violet Red. HEX triplet: A6, 10 and 83. RGB value is (166,16,131). Sum of RGB (Red+Green+Blue) = 166+16+131=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A61083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61083 is #59EF7C. Grayscale: #494949. Windows color (decimal): -5894013 or 8589478. OLE color: 8589478.

HSL color Cylindrical-coordinate representation of color #A61083: hue angle of 314º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A61083 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 16 131 -
CMYK 0 0.90 0.21 0.35
HSL 314º 0.82% 0.36% -
HSV(B) 314º 0.9% 0.65% -
XYZ 20.01 10.12 22.37 -
YUV 73.96 160.2 193.65 -
System Red Green Blue C M Y K H S L
Decimal 166 16 131 0 0.90 0.21 0.35 314 0.82 0.36
Hex A6 10 83 0 5A 15 23 13A 52 24
Octal 246 20 203 0 132 25 43 472 122 44
Binary 10100110 10000 10000011 0 1011010 10101 100011 100111010 1010010 100100

Color Harmonies of #A61083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61083

Black with #A61083

Text Example


Text Example

White with #A61083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61083; }

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

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

background-color css

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

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

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

border-color css

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

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

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