Html Css Color HEX #A8308C Medium Red Violet

📋 copy color: '#A8308C'

red 168 ◦ green 48 ◦ blue 140

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

Shades of Medium Red Violet #A8308C

Tints of Medium Red Violet #A8308C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.33%

R = 47.19%
G = 13.48%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A8308C (or 0xA8308C) is known color: Medium Red Violet. HEX triplet: A8, 30 and 8C. RGB value is (168,48,140). Sum of RGB (Red+Green+Blue) = 168+48+140=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A8308C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8308C is #57CF73. Grayscale: #5E5E5E. Windows color (decimal): -5754740 or 9187496. OLE color: 9187496.

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

Color convert

RGB 168 48 140 -
CMYK 0 0.71 0.17 0.34
HSL 314º 0.56% 0.42% -
HSV(B) 314º 0.71% 0.66% -
XYZ 21.94 12.33 26.03 -
YUV 94.37 153.76 180.52 -
System Red Green Blue C M Y K H S L
Decimal 168 48 140 0 0.71 0.17 0.34 314 0.56 0.42
Hex A8 30 8C 0 47 11 22 13A 38 2A
Octal 250 60 214 0 107 21 42 472 70 52
Binary 10101000 110000 10001100 0 1000111 10001 100010 100111010 111000 101010

Color Harmonies of #A8308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8308C

Black with #A8308C

Text Example


Text Example

White with #A8308C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8308C; }

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

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

background-color css

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

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

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

border-color css

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

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

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