Html Css Color HEX #A32378 Medium Red Violet

📋 copy color: '#A32378'

red 163 ◦ green 35 ◦ blue 120

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

Shades of Medium Red Violet #A32378

Tints of Medium Red Violet #A32378

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.01%

 BLUE value IS 120 (47.27% from 255) = 37.74%

R = 51.26%
G = 11.01%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A32378 (or 0xA32378) is known color: Medium Red Violet. HEX triplet: A3, 23 and 78. RGB value is (163,35,120). Sum of RGB (Red+Green+Blue) = 163+35+120=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A32378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32378 is #5CDC87. Grayscale: #525252. Windows color (decimal): -6085768 or 7873443. OLE color: 7873443.

HSL color Cylindrical-coordinate representation of color #A32378: hue angle of 320.16º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32378 is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 35 120 -
CMYK 0 0.79 0.26 0.36
HSL 320.16º 0.65% 0.39% -
HSV(B) 320.16º 0.79% 0.64% -
XYZ 19.1 10.34 18.76 -
YUV 82.96 148.91 185.09 -
System Red Green Blue C M Y K H S L
Decimal 163 35 120 0 0.79 0.26 0.36 320.16 0.65 0.39
Hex A3 23 78 0 4F 1A 24 140 41 27
Octal 243 43 170 0 117 32 44 500 101 47
Binary 10100011 100011 1111000 0 1001111 11010 100100 101000000 1000001 100111

Color Harmonies of #A32378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32378

Black with #A32378

Text Example


Text Example

White with #A32378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32378; }

 p { color: rgb(163,35,120); }

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

background-color css

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

 a { background-color: rgb(163,35,120); }

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

border-color css

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

 span { border-color: rgb(163,35,120); }

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