Html Css Color HEX #A8368E Medium Red Violet

📋 copy color: '#A8368E'

red 168 ◦ green 54 ◦ blue 142

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

Shades of Medium Red Violet #A8368E

Tints of Medium Red Violet #A8368E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.01%

R = 46.15%
G = 14.84%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8368E (or 0xA8368E) is known color: Medium Red Violet. HEX triplet: A8, 36 and 8E. RGB value is (168,54,142). Sum of RGB (Red+Green+Blue) = 168+54+142=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 168 - color contains mainly: red. Hex color #A8368E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8368E is #57C971. Grayscale: #616161. Windows color (decimal): -5753202 or 9320104. OLE color: 9320104.

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

Color convert

RGB 168 54 142 -
CMYK 0 0.68 0.15 0.34
HSL 313.68º 0.51% 0.44% -
HSV(B) 313.68º 0.68% 0.66% -
XYZ 22.35 12.92 26.91 -
YUV 98.12 152.77 177.84 -
System Red Green Blue C M Y K H S L
Decimal 168 54 142 0 0.68 0.15 0.34 313.68 0.51 0.44
Hex A8 36 8E 0 44 F 22 13A 33 2C
Octal 250 66 216 0 104 17 42 472 63 54
Binary 10101000 110110 10001110 0 1000100 1111 100010 100111010 110011 101100

Color Harmonies of #A8368E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8368E

Black with #A8368E

Text Example


Text Example

White with #A8368E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8368E; }

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

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

background-color css

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

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

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

border-color css

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

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

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