Html Css Color HEX #A6327B Medium Red Violet

📋 copy color: '#A6327B'

red 166 ◦ green 50 ◦ blue 123

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

Shades of Medium Red Violet #A6327B

Tints of Medium Red Violet #A6327B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.75%

 BLUE value IS 123 (48.44% from 255) = 36.28%

R = 48.97%
G = 14.75%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A6327B (or 0xA6327B) is known color: Medium Red Violet. HEX triplet: A6, 32 and 7B. RGB value is (166,50,123). Sum of RGB (Red+Green+Blue) = 166+50+123=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A6327B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6327B is #59CD84. Grayscale: #5C5C5C. Windows color (decimal): -5885317 or 8073894. OLE color: 8073894.

HSL color Cylindrical-coordinate representation of color #A6327B: hue angle of 322.24º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6327B is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 50 123 -
CMYK 0 0.70 0.26 0.35
HSL 322.24º 0.54% 0.42% -
HSV(B) 322.24º 0.7% 0.65% -
XYZ 20.44 11.82 19.94 -
YUV 93.01 144.93 180.06 -
System Red Green Blue C M Y K H S L
Decimal 166 50 123 0 0.70 0.26 0.35 322.24 0.54 0.42
Hex A6 32 7B 0 46 1A 23 142 36 2A
Octal 246 62 173 0 106 32 43 502 66 52
Binary 10100110 110010 1111011 0 1000110 11010 100011 101000010 110110 101010

Color Harmonies of #A6327B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6327B

Black with #A6327B

Text Example


Text Example

White with #A6327B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6327B; }

 p { color: rgb(166,50,123); }

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

background-color css

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

 a { background-color: rgb(166,50,123); }

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

border-color css

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

 span { border-color: rgb(166,50,123); }

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