Html Css Color HEX #A8308E Medium Red Violet

📋 copy color: '#A8308E'

red 168 ◦ green 48 ◦ blue 142

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

Shades of Medium Red Violet #A8308E

Tints of Medium Red Violet #A8308E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.66%

R = 46.93%
G = 13.41%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8308E (or 0xA8308E) is known color: Medium Red Violet. HEX triplet: A8, 30 and 8E. RGB value is (168,48,142). Sum of RGB (Red+Green+Blue) = 168+48+142=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A8308E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8308E is #57CF71. Grayscale: #5E5E5E. Windows color (decimal): -5754738 or 9318568. OLE color: 9318568.

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

Color convert

RGB 168 48 142 -
CMYK 0 0.71 0.15 0.34
HSL 313º 0.56% 0.42% -
HSV(B) 313º 0.71% 0.66% -
XYZ 22.09 12.39 26.82 -
YUV 94.6 154.76 180.36 -
System Red Green Blue C M Y K H S L
Decimal 168 48 142 0 0.71 0.15 0.34 313 0.56 0.42
Hex A8 30 8E 0 47 F 22 139 38 2A
Octal 250 60 216 0 107 17 42 471 70 52
Binary 10101000 110000 10001110 0 1000111 1111 100010 100111001 111000 101010

Color Harmonies of #A8308E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8308E

Black with #A8308E

Text Example


Text Example

White with #A8308E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8308E; }

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

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

background-color css

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

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

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

border-color css

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

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

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