Html Css Color HEX #A3378B Medium Red Violet

📋 copy color: '#A3378B'

red 163 ◦ green 55 ◦ blue 139

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

Shades of Medium Red Violet #A3378B

Tints of Medium Red Violet #A3378B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.41%

 BLUE value IS 139 (54.69% from 255) = 38.94%

R = 45.66%
G = 15.41%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3378B (or 0xA3378B) is known color: Medium Red Violet. HEX triplet: A3, 37 and 8B. RGB value is (163,55,139). Sum of RGB (Red+Green+Blue) = 163+55+139=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A3378B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3378B is #5CC874. Grayscale: #606060. Windows color (decimal): -6080629 or 9123747. OLE color: 9123747.

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

Color convert

RGB 163 55 139 -
CMYK 0 0.66 0.15 0.36
HSL 313.33º 0.5% 0.43% -
HSV(B) 313.33º 0.66% 0.64% -
XYZ 21.13 12.38 25.7 -
YUV 96.87 151.78 175.17 -
System Red Green Blue C M Y K H S L
Decimal 163 55 139 0 0.66 0.15 0.36 313.33 0.5 0.43
Hex A3 37 8B 0 42 F 24 139 32 2B
Octal 243 67 213 0 102 17 44 471 62 53
Binary 10100011 110111 10001011 0 1000010 1111 100100 100111001 110010 101011

Color Harmonies of #A3378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3378B

Black with #A3378B

Text Example


Text Example

White with #A3378B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3378B; }

 p { color: rgb(163,55,139); }

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

background-color css

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

 a { background-color: rgb(163,55,139); }

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

border-color css

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

 span { border-color: rgb(163,55,139); }

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