Html Css Color HEX #A8307D Medium Red Violet

📋 copy color: '#A8307D'

red 168 ◦ green 48 ◦ blue 125

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

Shades of Medium Red Violet #A8307D

Tints of Medium Red Violet #A8307D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.66%

R = 49.27%
G = 14.08%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8307D (or 0xA8307D) is known color: Medium Red Violet. HEX triplet: A8, 30 and 7D. RGB value is (168,48,125). Sum of RGB (Red+Green+Blue) = 168+48+125=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 168 - color contains mainly: red. Hex color #A8307D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8307D is #57CF82. Grayscale: #5C5C5C. Windows color (decimal): -5754755 or 8204456. OLE color: 8204456.

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

Color convert

RGB 168 48 125 -
CMYK 0 0.71 0.26 0.34
HSL 321.5º 0.56% 0.42% -
HSV(B) 321.5º 0.71% 0.66% -
XYZ 20.91 11.92 20.6 -
YUV 92.66 146.26 181.74 -
System Red Green Blue C M Y K H S L
Decimal 168 48 125 0 0.71 0.26 0.34 321.5 0.56 0.42
Hex A8 30 7D 0 47 1A 22 142 38 2A
Octal 250 60 175 0 107 32 42 502 70 52
Binary 10101000 110000 1111101 0 1000111 11010 100010 101000010 111000 101010

Color Harmonies of #A8307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8307D

Black with #A8307D

Text Example


Text Example

White with #A8307D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8307D; }

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

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

background-color css

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

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

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

border-color css

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

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

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