Html Css Color HEX #A6277B Medium Red Violet

📋 copy color: '#A6277B'

red 166 ◦ green 39 ◦ blue 123

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

Shades of Medium Red Violet #A6277B

Tints of Medium Red Violet #A6277B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.89%

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

R = 50.61%
G = 11.89%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A6277B (or 0xA6277B) is known color: Medium Red Violet. HEX triplet: A6, 27 and 7B. RGB value is (166,39,123). Sum of RGB (Red+Green+Blue) = 166+39+123=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A6277B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6277B is #59D884. Grayscale: #565656. Windows color (decimal): -5888133 or 8071078. OLE color: 8071078.

HSL color Cylindrical-coordinate representation of color #A6277B: hue angle of 320.31º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6277B is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 39 123 -
CMYK 0 0.77 0.26 0.35
HSL 320.32º 0.62% 0.4% -
HSV(B) 320.32º 0.77% 0.65% -
XYZ 20.03 10.99 19.8 -
YUV 86.55 148.58 184.67 -
System Red Green Blue C M Y K H S L
Decimal 166 39 123 0 0.77 0.26 0.35 320.32 0.62 0.4
Hex A6 27 7B 0 4D 1A 23 140 3E 28
Octal 246 47 173 0 115 32 43 500 76 50
Binary 10100110 100111 1111011 0 1001101 11010 100011 101000000 111110 101000

Color Harmonies of #A6277B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6277B

Black with #A6277B

Text Example


Text Example

White with #A6277B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6277B; }

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

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

background-color css

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

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

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

border-color css

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

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

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