Html Css Color HEX #A8369A Medium Red Violet

📋 copy color: '#A8369A'

red 168 ◦ green 54 ◦ blue 154

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

Shades of Medium Red Violet #A8369A

Tints of Medium Red Violet #A8369A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.96%

R = 44.68%
G = 14.36%
B = 40.96%

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

#A8369A (or 0xA8369A) is known color: Medium Red Violet. HEX triplet: A8, 36 and 9A. RGB value is (168,54,154). Sum of RGB (Red+Green+Blue) = 168+54+154=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A8369A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8369A is #57C965. Grayscale: #636363. Windows color (decimal): -5753190 or 10106536. OLE color: 10106536.

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

Color convert

RGB 168 54 154 -
CMYK 0 0.68 0.08 0.34
HSL 307.37º 0.51% 0.44% -
HSV(B) 307.37º 0.68% 0.66% -
XYZ 23.3 13.3 31.91 -
YUV 99.49 158.77 176.87 -
System Red Green Blue C M Y K H S L
Decimal 168 54 154 0 0.68 0.08 0.34 307.37 0.51 0.44
Hex A8 36 9A 0 44 8 22 133 33 2C
Octal 250 66 232 0 104 10 42 463 63 54
Binary 10101000 110110 10011010 0 1000100 1000 100010 100110011 110011 101100

Color Harmonies of #A8369A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8369A

Black with #A8369A

Text Example


Text Example

White with #A8369A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8369A; }

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

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

background-color css

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

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

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

border-color css

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

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

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