Html Css Color HEX #A8368B Medium Red Violet

📋 copy color: '#A8368B'

red 168 ◦ green 54 ◦ blue 139

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

Shades of Medium Red Violet #A8368B

Tints of Medium Red Violet #A8368B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.96%

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

R = 46.54%
G = 14.96%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A8368B (or 0xA8368B) is known color: Medium Red Violet. HEX triplet: A8, 36 and 8B. RGB value is (168,54,139). Sum of RGB (Red+Green+Blue) = 168+54+139=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 168 - color contains mainly: red. Hex color #A8368B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8368B is #57C974. Grayscale: #616161. Windows color (decimal): -5753205 or 9123496. OLE color: 9123496.

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

Color convert

RGB 168 54 139 -
CMYK 0 0.68 0.17 0.34
HSL 315.26º 0.51% 0.44% -
HSV(B) 315.26º 0.68% 0.66% -
XYZ 22.13 12.83 25.74 -
YUV 97.78 151.27 178.09 -
System Red Green Blue C M Y K H S L
Decimal 168 54 139 0 0.68 0.17 0.34 315.26 0.51 0.44
Hex A8 36 8B 0 44 11 22 13B 33 2C
Octal 250 66 213 0 104 21 42 473 63 54
Binary 10101000 110110 10001011 0 1000100 10001 100010 100111011 110011 101100

Color Harmonies of #A8368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8368B

Black with #A8368B

Text Example


Text Example

White with #A8368B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8368B; }

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

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

background-color css

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

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

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

border-color css

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

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

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