Html Css Color HEX #A8367F Medium Red Violet

📋 copy color: '#A8367F'

red 168 ◦ green 54 ◦ blue 127

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

Shades of Medium Red Violet #A8367F

Tints of Medium Red Violet #A8367F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.39%

R = 48.14%
G = 15.47%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A8367F (or 0xA8367F) is known color: Medium Red Violet. HEX triplet: A8, 36 and 7F. RGB value is (168,54,127). Sum of RGB (Red+Green+Blue) = 168+54+127=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 168 - color contains mainly: red. Hex color #A8367F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8367F is #57C980. Grayscale: #606060. Windows color (decimal): -5753217 or 8337064. OLE color: 8337064.

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

Color convert

RGB 168 54 127 -
CMYK 0 0.68 0.24 0.34
HSL 321.58º 0.51% 0.44% -
HSV(B) 321.58º 0.68% 0.66% -
XYZ 21.3 12.5 21.37 -
YUV 96.41 145.27 179.06 -
System Red Green Blue C M Y K H S L
Decimal 168 54 127 0 0.68 0.24 0.34 321.58 0.51 0.44
Hex A8 36 7F 0 44 18 22 142 33 2C
Octal 250 66 177 0 104 30 42 502 63 54
Binary 10101000 110110 1111111 0 1000100 11000 100010 101000010 110011 101100

Color Harmonies of #A8367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8367F

Black with #A8367F

Text Example


Text Example

White with #A8367F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8367F; }

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

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

background-color css

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

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

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

border-color css

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

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

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