Html Css Color HEX #A8308A Medium Red Violet

📋 copy color: '#A8308A'

red 168 ◦ green 48 ◦ blue 138

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

Shades of Medium Red Violet #A8308A

Tints of Medium Red Violet #A8308A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.98%

R = 47.46%
G = 13.56%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A8308A (or 0xA8308A) is known color: Medium Red Violet. HEX triplet: A8, 30 and 8A. RGB value is (168,48,138). Sum of RGB (Red+Green+Blue) = 168+48+138=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A8308A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8308A is #57CF75. Grayscale: #5D5D5D. Windows color (decimal): -5754742 or 9056424. OLE color: 9056424.

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

Color convert

RGB 168 48 138 -
CMYK 0 0.71 0.18 0.34
HSL 315º 0.56% 0.42% -
HSV(B) 315º 0.71% 0.66% -
XYZ 21.79 12.27 25.27 -
YUV 94.14 152.76 180.68 -
System Red Green Blue C M Y K H S L
Decimal 168 48 138 0 0.71 0.18 0.34 315 0.56 0.42
Hex A8 30 8A 0 47 12 22 13B 38 2A
Octal 250 60 212 0 107 22 42 473 70 52
Binary 10101000 110000 10001010 0 1000111 10010 100010 100111011 111000 101010

Color Harmonies of #A8308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8308A

Black with #A8308A

Text Example


Text Example

White with #A8308A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8308A; }

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

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

background-color css

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

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

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

border-color css

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

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

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