Html Css Color HEX #A8369C Medium Red Violet

📋 copy color: '#A8369C'

red 168 ◦ green 54 ◦ blue 156

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

Shades of Medium Red Violet #A8369C

Tints of Medium Red Violet #A8369C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.27%

R = 44.44%
G = 14.29%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A8369C (or 0xA8369C) is known color: Medium Red Violet. HEX triplet: A8, 36 and 9C. RGB value is (168,54,156). Sum of RGB (Red+Green+Blue) = 168+54+156=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 168 - color contains mainly: red. Hex color #A8369C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8369C is #57C963. Grayscale: #636363. Windows color (decimal): -5753188 or 10237608. OLE color: 10237608.

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

Color convert

RGB 168 54 156 -
CMYK 0 0.68 0.07 0.34
HSL 306.32º 0.51% 0.44% -
HSV(B) 306.32º 0.68% 0.66% -
XYZ 23.47 13.36 32.79 -
YUV 99.71 159.77 176.71 -
System Red Green Blue C M Y K H S L
Decimal 168 54 156 0 0.68 0.07 0.34 306.32 0.51 0.44
Hex A8 36 9C 0 44 7 22 132 33 2C
Octal 250 66 234 0 104 7 42 462 63 54
Binary 10101000 110110 10011100 0 1000100 111 100010 100110010 110011 101100

Color Harmonies of #A8369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8369C

Black with #A8369C

Text Example


Text Example

White with #A8369C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8369C; }

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

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

background-color css

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

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

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

border-color css

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

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

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