Html Css Color HEX #A8309E Medium Red Violet

📋 copy color: '#A8309E'

red 168 ◦ green 48 ◦ blue 158

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

Shades of Medium Red Violet #A8309E

Tints of Medium Red Violet #A8309E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.83%

 BLUE value IS 158 (62.11% from 255) = 42.25%

R = 44.92%
G = 12.83%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.34

RGB Variations

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

Color information

#A8309E (or 0xA8309E) is known color: Medium Red Violet. HEX triplet: A8, 30 and 9E. RGB value is (168,48,158). Sum of RGB (Red+Green+Blue) = 168+48+158=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A8309E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8309E is #57CF61. Grayscale: #606060. Windows color (decimal): -5754722 or 10367144. OLE color: 10367144.

HSL color Cylindrical-coordinate representation of color #A8309E: hue angle of 305º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8309E is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 48 158 -
CMYK 0 0.71 0.06 0.34
HSL 305º 0.56% 0.42% -
HSV(B) 305º 0.71% 0.66% -
XYZ 23.38 12.91 33.61 -
YUV 96.42 162.76 179.06 -
System Red Green Blue C M Y K H S L
Decimal 168 48 158 0 0.71 0.06 0.34 305 0.56 0.42
Hex A8 30 9E 0 47 6 22 131 38 2A
Octal 250 60 236 0 107 6 42 461 70 52
Binary 10101000 110000 10011110 0 1000111 110 100010 100110001 111000 101010

Color Harmonies of #A8309E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8309E

Black with #A8309E

Text Example


Text Example

White with #A8309E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8309E; }

 p { color: rgb(168,48,158); }

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

background-color css

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

 a { background-color: rgb(168,48,158); }

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

border-color css

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

 span { border-color: rgb(168,48,158); }

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