Html Css Color HEX #A8369B Medium Red Violet

📋 copy color: '#A8369B'

red 168 ◦ green 54 ◦ blue 155

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

Shades of Medium Red Violet #A8369B

Tints of Medium Red Violet #A8369B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.11%

R = 44.56%
G = 14.32%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A8369B (or 0xA8369B) is known color: Medium Red Violet. HEX triplet: A8, 36 and 9B. RGB value is (168,54,155). Sum of RGB (Red+Green+Blue) = 168+54+155=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A8369B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8369B is #57C964. Grayscale: #636363. Windows color (decimal): -5753189 or 10172072. OLE color: 10172072.

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

Color convert

RGB 168 54 155 -
CMYK 0 0.68 0.08 0.34
HSL 306.84º 0.51% 0.44% -
HSV(B) 306.84º 0.68% 0.66% -
XYZ 23.38 13.33 32.35 -
YUV 99.6 159.27 176.79 -
System Red Green Blue C M Y K H S L
Decimal 168 54 155 0 0.68 0.08 0.34 306.84 0.51 0.44
Hex A8 36 9B 0 44 8 22 133 33 2C
Octal 250 66 233 0 104 10 42 463 63 54
Binary 10101000 110110 10011011 0 1000100 1000 100010 100110011 110011 101100

Color Harmonies of #A8369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8369B

Black with #A8369B

Text Example


Text Example

White with #A8369B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8369B; }

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

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

background-color css

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

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

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

border-color css

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

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

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