Html Css Color HEX #A6208B Medium Red Violet

📋 copy color: '#A6208B'

red 166 ◦ green 32 ◦ blue 139

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

Shades of Medium Red Violet #A6208B

Tints of Medium Red Violet #A6208B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.25%

R = 49.26%
G = 9.5%
B = 41.25%

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

#A6208B (or 0xA6208B) is known color: Medium Red Violet. HEX triplet: A6, 20 and 8B. RGB value is (166,32,139). Sum of RGB (Red+Green+Blue) = 166+32+139=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A6208B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6208B is #59DF74. Grayscale: #535353. Windows color (decimal): -5889909 or 9117862. OLE color: 9117862.

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

Color convert

RGB 166 32 139 -
CMYK 0 0.81 0.16 0.35
HSL 312.09º 0.68% 0.39% -
HSV(B) 312.09º 0.81% 0.65% -
XYZ 20.9 11 25.45 -
YUV 84.26 158.89 186.3 -
System Red Green Blue C M Y K H S L
Decimal 166 32 139 0 0.81 0.16 0.35 312.09 0.68 0.39
Hex A6 20 8B 0 51 10 23 138 44 27
Octal 246 40 213 0 121 20 43 470 104 47
Binary 10100110 100000 10001011 0 1010001 10000 100011 100111000 1000100 100111

Color Harmonies of #A6208B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6208B

Black with #A6208B

Text Example


Text Example

White with #A6208B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6208B; }

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

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

background-color css

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

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

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

border-color css

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

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

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