Html Css Color HEX #A6268A Medium Red Violet

📋 copy color: '#A6268A'

red 166 ◦ green 38 ◦ blue 138

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

Shades of Medium Red Violet #A6268A

Tints of Medium Red Violet #A6268A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.35%

R = 48.54%
G = 11.11%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A6268A (or 0xA6268A) is known color: Medium Red Violet. HEX triplet: A6, 26 and 8A. RGB value is (166,38,138). Sum of RGB (Red+Green+Blue) = 166+38+138=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A6268A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6268A is #59D975. Grayscale: #575757. Windows color (decimal): -5888374 or 9053862. OLE color: 9053862.

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

Color convert

RGB 166 38 138 -
CMYK 0 0.77 0.17 0.35
HSL 313.13º 0.63% 0.4% -
HSV(B) 313.13º 0.77% 0.65% -
XYZ 21.01 11.33 25.12 -
YUV 87.67 156.41 183.87 -
System Red Green Blue C M Y K H S L
Decimal 166 38 138 0 0.77 0.17 0.35 313.13 0.63 0.4
Hex A6 26 8A 0 4D 11 23 139 3F 28
Octal 246 46 212 0 115 21 43 471 77 50
Binary 10100110 100110 10001010 0 1001101 10001 100011 100111001 111111 101000

Color Harmonies of #A6268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6268A

Black with #A6268A

Text Example


Text Example

White with #A6268A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6268A; }

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

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

background-color css

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

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

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

border-color css

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

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

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