Html Css Color HEX #A8368F Medium Red Violet

📋 copy color: '#A8368F'

red 168 ◦ green 54 ◦ blue 143

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

Shades of Medium Red Violet #A8368F

Tints of Medium Red Violet #A8368F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.18%

R = 46.03%
G = 14.79%
B = 39.18%

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

#A8368F (or 0xA8368F) is known color: Medium Red Violet. HEX triplet: A8, 36 and 8F. RGB value is (168,54,143). Sum of RGB (Red+Green+Blue) = 168+54+143=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A8368F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8368F is #57C970. Grayscale: #616161. Windows color (decimal): -5753201 or 9385640. OLE color: 9385640.

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

Color convert

RGB 168 54 143 -
CMYK 0 0.68 0.15 0.34
HSL 313.16º 0.51% 0.44% -
HSV(B) 313.16º 0.68% 0.66% -
XYZ 22.43 12.95 27.3 -
YUV 98.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 168 54 143 0 0.68 0.15 0.34 313.16 0.51 0.44
Hex A8 36 8F 0 44 F 22 139 33 2C
Octal 250 66 217 0 104 17 42 471 63 54
Binary 10101000 110110 10001111 0 1000100 1111 100010 100111001 110011 101100

Color Harmonies of #A8368F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8368F

Black with #A8368F

Text Example


Text Example

White with #A8368F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8368F; }

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

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

background-color css

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

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

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

border-color css

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

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

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