Html Css Color HEX #A3378E Medium Red Violet

📋 copy color: '#A3378E'

red 163 ◦ green 55 ◦ blue 142

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

Shades of Medium Red Violet #A3378E

Tints of Medium Red Violet #A3378E

RGB

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

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

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

R = 45.28%
G = 15.28%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3378E (or 0xA3378E) is known color: Medium Red Violet. HEX triplet: A3, 37 and 8E. RGB value is (163,55,142). Sum of RGB (Red+Green+Blue) = 163+55+142=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A3378E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3378E is #5CC871. Grayscale: #606060. Windows color (decimal): -6080626 or 9320355. OLE color: 9320355.

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

Color convert

RGB 163 55 142 -
CMYK 0 0.66 0.13 0.36
HSL 311.67º 0.5% 0.43% -
HSV(B) 311.67º 0.66% 0.64% -
XYZ 21.35 12.47 26.87 -
YUV 97.21 153.28 174.93 -
System Red Green Blue C M Y K H S L
Decimal 163 55 142 0 0.66 0.13 0.36 311.67 0.5 0.43
Hex A3 37 8E 0 42 D 24 138 32 2B
Octal 243 67 216 0 102 15 44 470 62 53
Binary 10100011 110111 10001110 0 1000010 1101 100100 100111000 110010 101011

Color Harmonies of #A3378E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3378E

Black with #A3378E

Text Example


Text Example

White with #A3378E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3378E; }

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

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

background-color css

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

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

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

border-color css

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

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

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