Html Css Color HEX #A8367E Medium Red Violet

📋 copy color: '#A8367E'

red 168 ◦ green 54 ◦ blue 126

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

Shades of Medium Red Violet #A8367E

Tints of Medium Red Violet #A8367E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.21%

R = 48.28%
G = 15.52%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A8367E (or 0xA8367E) is known color: Medium Red Violet. HEX triplet: A8, 36 and 7E. RGB value is (168,54,126). Sum of RGB (Red+Green+Blue) = 168+54+126=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A8367E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8367E is #57C981. Grayscale: #606060. Windows color (decimal): -5753218 or 8271528. OLE color: 8271528.

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

Color convert

RGB 168 54 126 -
CMYK 0 0.68 0.25 0.34
HSL 322.11º 0.51% 0.44% -
HSV(B) 322.11º 0.68% 0.66% -
XYZ 21.23 12.47 21.03 -
YUV 96.29 144.77 179.15 -
System Red Green Blue C M Y K H S L
Decimal 168 54 126 0 0.68 0.25 0.34 322.11 0.51 0.44
Hex A8 36 7E 0 44 19 22 142 33 2C
Octal 250 66 176 0 104 31 42 502 63 54
Binary 10101000 110110 1111110 0 1000100 11001 100010 101000010 110011 101100

Color Harmonies of #A8367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8367E

Black with #A8367E

Text Example


Text Example

White with #A8367E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8367E; }

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

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

background-color css

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

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

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

border-color css

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

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

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