Html Css Color HEX #A6208C Medium Red Violet

📋 copy color: '#A6208C'

red 166 ◦ green 32 ◦ blue 140

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

Shades of Medium Red Violet #A6208C

Tints of Medium Red Violet #A6208C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.47%

 BLUE value IS 140 (55.08% from 255) = 41.42%

R = 49.11%
G = 9.47%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6208C (or 0xA6208C) is known color: Medium Red Violet. HEX triplet: A6, 20 and 8C. RGB value is (166,32,140). Sum of RGB (Red+Green+Blue) = 166+32+140=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A6208C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6208C is #59DF73. Grayscale: #545454. Windows color (decimal): -5889908 or 9183398. OLE color: 9183398.

HSL color Cylindrical-coordinate representation of color #A6208C: hue angle of 311.64º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A6208C is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 32 140 -
CMYK 0 0.81 0.16 0.35
HSL 311.64º 0.68% 0.39% -
HSV(B) 311.64º 0.81% 0.65% -
XYZ 20.98 11.03 25.84 -
YUV 84.38 159.39 186.22 -
System Red Green Blue C M Y K H S L
Decimal 166 32 140 0 0.81 0.16 0.35 311.64 0.68 0.39
Hex A6 20 8C 0 51 10 23 138 44 27
Octal 246 40 214 0 121 20 43 470 104 47
Binary 10100110 100000 10001100 0 1010001 10000 100011 100111000 1000100 100111

Color Harmonies of #A6208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6208C

Black with #A6208C

Text Example


Text Example

White with #A6208C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6208C; }

 p { color: rgb(166,32,140); }

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

background-color css

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

 a { background-color: rgb(166,32,140); }

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

border-color css

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

 span { border-color: rgb(166,32,140); }

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