Html Css Color HEX #A6268D Medium Red Violet

📋 copy color: '#A6268D'

red 166 ◦ green 38 ◦ blue 141

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

Shades of Medium Red Violet #A6268D

Tints of Medium Red Violet #A6268D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.87%

R = 48.12%
G = 11.01%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A6268D (or 0xA6268D) is known color: Medium Red Violet. HEX triplet: A6, 26 and 8D. RGB value is (166,38,141). Sum of RGB (Red+Green+Blue) = 166+38+141=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A6268D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6268D is #59D972. Grayscale: #575757. Windows color (decimal): -5888371 or 9250470. OLE color: 9250470.

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

Color convert

RGB 166 38 141 -
CMYK 0 0.77 0.15 0.35
HSL 311.72º 0.63% 0.4% -
HSV(B) 311.72º 0.77% 0.65% -
XYZ 21.23 11.42 26.28 -
YUV 88.01 157.91 183.62 -
System Red Green Blue C M Y K H S L
Decimal 166 38 141 0 0.77 0.15 0.35 311.72 0.63 0.4
Hex A6 26 8D 0 4D F 23 138 3F 28
Octal 246 46 215 0 115 17 43 470 77 50
Binary 10100110 100110 10001101 0 1001101 1111 100011 100111000 111111 101000

Color Harmonies of #A6268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6268D

Black with #A6268D

Text Example


Text Example

White with #A6268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6268D; }

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

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

background-color css

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

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

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

border-color css

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

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

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