Html Css Color HEX #A32478 Medium Red Violet

📋 copy color: '#A32478'

red 163 ◦ green 36 ◦ blue 120

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

Shades of Medium Red Violet #A32478

Tints of Medium Red Violet #A32478

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.29%

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

R = 51.1%
G = 11.29%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A32478 (or 0xA32478) is known color: Medium Red Violet. HEX triplet: A3, 24 and 78. RGB value is (163,36,120). Sum of RGB (Red+Green+Blue) = 163+36+120=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A32478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32478 is #5CDB87. Grayscale: #535353. Windows color (decimal): -6085512 or 7873699. OLE color: 7873699.

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

Color convert

RGB 163 36 120 -
CMYK 0 0.78 0.26 0.36
HSL 320.32º 0.64% 0.39% -
HSV(B) 320.32º 0.78% 0.64% -
XYZ 19.13 10.4 18.77 -
YUV 83.55 148.58 184.67 -
System Red Green Blue C M Y K H S L
Decimal 163 36 120 0 0.78 0.26 0.36 320.32 0.64 0.39
Hex A3 24 78 0 4E 1A 24 140 40 27
Octal 243 44 170 0 116 32 44 500 100 47
Binary 10100011 100100 1111000 0 1001110 11010 100100 101000000 1000000 100111

Color Harmonies of #A32478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32478

Black with #A32478

Text Example


Text Example

White with #A32478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32478; }

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

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

background-color css

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

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

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

border-color css

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

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

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