Html Css Color HEX #A6207A Medium Red Violet

📋 copy color: '#A6207A'

red 166 ◦ green 32 ◦ blue 122

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

Shades of Medium Red Violet #A6207A

Tints of Medium Red Violet #A6207A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.13%

R = 51.88%
G = 10%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A6207A (or 0xA6207A) is known color: Medium Red Violet. HEX triplet: A6, 20 and 7A. RGB value is (166,32,122). Sum of RGB (Red+Green+Blue) = 166+32+122=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A6207A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6207A is #59DF85. Grayscale: #525252. Windows color (decimal): -5889926 or 8003750. OLE color: 8003750.

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

Color convert

RGB 166 32 122 -
CMYK 0 0.81 0.27 0.35
HSL 319.7º 0.68% 0.39% -
HSV(B) 319.7º 0.81% 0.65% -
XYZ 19.76 10.55 19.41 -
YUV 82.33 150.39 187.68 -
System Red Green Blue C M Y K H S L
Decimal 166 32 122 0 0.81 0.27 0.35 319.7 0.68 0.39
Hex A6 20 7A 0 51 1B 23 140 44 27
Octal 246 40 172 0 121 33 43 500 104 47
Binary 10100110 100000 1111010 0 1010001 11011 100011 101000000 1000100 100111

Color Harmonies of #A6207A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6207A

Black with #A6207A

Text Example


Text Example

White with #A6207A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6207A; }

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

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

background-color css

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

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

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

border-color css

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

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

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