Html Css Color HEX #A8268B Medium Red Violet

📋 copy color: '#A8268B'

red 168 ◦ green 38 ◦ blue 139

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

Shades of Medium Red Violet #A8268B

Tints of Medium Red Violet #A8268B

RGB

 RED value IS 168 (66.02% from 255) = 48.7%

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

 BLUE value IS 139 (54.69% from 255) = 40.29%

R = 48.7%
G = 11.01%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A8268B (or 0xA8268B) is known color: Medium Red Violet. HEX triplet: A8, 26 and 8B. RGB value is (168,38,139). Sum of RGB (Red+Green+Blue) = 168+38+139=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A8268B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8268B is #57D974. Grayscale: #585858. Windows color (decimal): -5757301 or 9119400. OLE color: 9119400.

HSL color Cylindrical-coordinate representation of color #A8268B: hue angle of 313.38º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A8268B is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 38 139 -
CMYK 0 0.77 0.17 0.34
HSL 313.38º 0.63% 0.4% -
HSV(B) 313.38º 0.77% 0.66% -
XYZ 21.5 11.58 25.53 -
YUV 88.38 156.57 184.79 -
System Red Green Blue C M Y K H S L
Decimal 168 38 139 0 0.77 0.17 0.34 313.38 0.63 0.4
Hex A8 26 8B 0 4D 11 22 139 3F 28
Octal 250 46 213 0 115 21 42 471 77 50
Binary 10101000 100110 10001011 0 1001101 10001 100010 100111001 111111 101000

Color Harmonies of #A8268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8268B

Black with #A8268B

Text Example


Text Example

White with #A8268B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8268B; }

 p { color: rgb(168,38,139); }

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

background-color css

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

 a { background-color: rgb(168,38,139); }

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

border-color css

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

 span { border-color: rgb(168,38,139); }

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