Html Css Color HEX #A6208D Medium Red Violet

📋 copy color: '#A6208D'

red 166 ◦ green 32 ◦ blue 141

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

Shades of Medium Red Violet #A6208D

Tints of Medium Red Violet #A6208D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.59%

R = 48.97%
G = 9.44%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A6208D (or 0xA6208D) is known color: Medium Red Violet. HEX triplet: A6, 20 and 8D. RGB value is (166,32,141). Sum of RGB (Red+Green+Blue) = 166+32+141=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A6208D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6208D is #59DF72. Grayscale: #545454. Windows color (decimal): -5889907 or 9248934. OLE color: 9248934.

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

Color convert

RGB 166 32 141 -
CMYK 0 0.81 0.15 0.35
HSL 311.19º 0.68% 0.39% -
HSV(B) 311.19º 0.81% 0.65% -
XYZ 21.05 11.06 26.23 -
YUV 84.49 159.89 186.14 -
System Red Green Blue C M Y K H S L
Decimal 166 32 141 0 0.81 0.15 0.35 311.19 0.68 0.39
Hex A6 20 8D 0 51 F 23 137 44 27
Octal 246 40 215 0 121 17 43 467 104 47
Binary 10100110 100000 10001101 0 1010001 1111 100011 100110111 1000100 100111

Color Harmonies of #A6208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6208D

Black with #A6208D

Text Example


Text Example

White with #A6208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6208D; }

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

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

background-color css

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

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

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

border-color css

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

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

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