Html Css Color HEX #A3308A Medium Red Violet

📋 copy color: '#A3308A'

red 163 ◦ green 48 ◦ blue 138

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

Shades of Medium Red Violet #A3308A

Tints of Medium Red Violet #A3308A

RGB

 RED value IS 163 (64.06% from 255) = 46.7%

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

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

R = 46.7%
G = 13.75%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3308A (or 0xA3308A) is known color: Medium Red Violet. HEX triplet: A3, 30 and 8A. RGB value is (163,48,138). Sum of RGB (Red+Green+Blue) = 163+48+138=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A3308A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3308A is #5CCF75. Grayscale: #5C5C5C. Windows color (decimal): -6082422 or 9056419. OLE color: 9056419.

HSL color Cylindrical-coordinate representation of color #A3308A: hue angle of 313.04º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A3308A is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 48 138 -
CMYK 0 0.71 0.15 0.36
HSL 313.04º 0.55% 0.41% -
HSV(B) 313.04º 0.71% 0.64% -
XYZ 20.75 11.74 25.22 -
YUV 92.65 153.6 178.18 -
System Red Green Blue C M Y K H S L
Decimal 163 48 138 0 0.71 0.15 0.36 313.04 0.55 0.41
Hex A3 30 8A 0 47 F 24 139 37 29
Octal 243 60 212 0 107 17 44 471 67 51
Binary 10100011 110000 10001010 0 1000111 1111 100100 100111001 110111 101001

Color Harmonies of #A3308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3308A

Black with #A3308A

Text Example


Text Example

White with #A3308A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3308A; }

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

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

background-color css

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

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

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

border-color css

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

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

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