Html Css Color HEX #A61085 Medium Violet Red

📋 copy color: '#A61085'

red 166 ◦ green 16 ◦ blue 133

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

Shades of Medium Violet Red #A61085

Tints of Medium Violet Red #A61085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.22%

R = 52.7%
G = 5.08%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A61085 (or 0xA61085) is known color: Medium Violet Red. HEX triplet: A6, 10 and 85. RGB value is (166,16,133). Sum of RGB (Red+Green+Blue) = 166+16+133=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A61085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61085 is #59EF7A. Grayscale: #494949. Windows color (decimal): -5894011 or 8720550. OLE color: 8720550.

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

Color convert

RGB 166 16 133 -
CMYK 0 0.90 0.20 0.35
HSL 313.2º 0.82% 0.36% -
HSV(B) 313.2º 0.9% 0.65% -
XYZ 20.14 10.17 23.09 -
YUV 74.19 161.2 193.49 -
System Red Green Blue C M Y K H S L
Decimal 166 16 133 0 0.90 0.20 0.35 313.2 0.82 0.36
Hex A6 10 85 0 5A 14 23 139 52 24
Octal 246 20 205 0 132 24 43 471 122 44
Binary 10100110 10000 10000101 0 1011010 10100 100011 100111001 1010010 100100

Color Harmonies of #A61085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61085

Black with #A61085

Text Example


Text Example

White with #A61085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61085; }

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

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

background-color css

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

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

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

border-color css

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

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

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