Html Css Color HEX #A6267C Medium Red Violet

📋 copy color: '#A6267C'

red 166 ◦ green 38 ◦ blue 124

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

Shades of Medium Red Violet #A6267C

Tints of Medium Red Violet #A6267C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.59%

 BLUE value IS 124 (48.83% from 255) = 37.8%

R = 50.61%
G = 11.59%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6267C (or 0xA6267C) is known color: Medium Red Violet. HEX triplet: A6, 26 and 7C. RGB value is (166,38,124). Sum of RGB (Red+Green+Blue) = 166+38+124=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A6267C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6267C is #59D983. Grayscale: #555555. Windows color (decimal): -5888388 or 8136358. OLE color: 8136358.

HSL color Cylindrical-coordinate representation of color #A6267C: hue angle of 319.69º degrees, saturation: 0.63, 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 #A6267C is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 38 124 -
CMYK 0 0.77 0.25 0.35
HSL 319.69º 0.63% 0.4% -
HSV(B) 319.69º 0.77% 0.65% -
XYZ 20.06 10.95 20.12 -
YUV 86.08 149.41 185.01 -
System Red Green Blue C M Y K H S L
Decimal 166 38 124 0 0.77 0.25 0.35 319.69 0.63 0.4
Hex A6 26 7C 0 4D 19 23 140 3F 28
Octal 246 46 174 0 115 31 43 500 77 50
Binary 10100110 100110 1111100 0 1001101 11001 100011 101000000 111111 101000

Color Harmonies of #A6267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6267C

Black with #A6267C

Text Example


Text Example

White with #A6267C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6267C; }

 p { color: rgb(166,38,124); }

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

background-color css

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

 a { background-color: rgb(166,38,124); }

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

border-color css

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

 span { border-color: rgb(166,38,124); }

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