Html Css Color HEX #A3378C Medium Red Violet

📋 copy color: '#A3378C'

red 163 ◦ green 55 ◦ blue 140

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

Shades of Medium Red Violet #A3378C

Tints of Medium Red Violet #A3378C

RGB

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

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

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

R = 45.53%
G = 15.36%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A3378C (or 0xA3378C) is known color: Medium Red Violet. HEX triplet: A3, 37 and 8C. RGB value is (163,55,140). Sum of RGB (Red+Green+Blue) = 163+55+140=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A3378C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3378C is #5CC873. Grayscale: #606060. Windows color (decimal): -6080628 or 9189283. OLE color: 9189283.

HSL color Cylindrical-coordinate representation of color #A3378C: hue angle of 312.78º 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 #A3378C is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 55 140 -
CMYK 0 0.66 0.14 0.36
HSL 312.78º 0.5% 0.43% -
HSV(B) 312.78º 0.66% 0.64% -
XYZ 21.2 12.41 26.09 -
YUV 96.98 152.28 175.09 -
System Red Green Blue C M Y K H S L
Decimal 163 55 140 0 0.66 0.14 0.36 312.78 0.5 0.43
Hex A3 37 8C 0 42 E 24 139 32 2B
Octal 243 67 214 0 102 16 44 471 62 53
Binary 10100011 110111 10001100 0 1000010 1110 100100 100111001 110010 101011

Color Harmonies of #A3378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3378C

Black with #A3378C

Text Example


Text Example

White with #A3378C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3378C; }

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

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

background-color css

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

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

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

border-color css

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

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

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