Html Css Color HEX #A32474 Medium Red Violet

📋 copy color: '#A32474'

red 163 ◦ green 36 ◦ blue 116

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

Shades of Medium Red Violet #A32474

Tints of Medium Red Violet #A32474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.83%

R = 51.75%
G = 11.43%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A32474 (or 0xA32474) is known color: Medium Red Violet. HEX triplet: A3, 24 and 74. RGB value is (163,36,116). Sum of RGB (Red+Green+Blue) = 163+36+116=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A32474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32474 is #5CDB8B. Grayscale: #525252. Windows color (decimal): -6085516 or 7611555. OLE color: 7611555.

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

Color convert

RGB 163 36 116 -
CMYK 0 0.78 0.29 0.36
HSL 322.2º 0.64% 0.39% -
HSV(B) 322.2º 0.78% 0.64% -
XYZ 18.89 10.31 17.52 -
YUV 83.09 146.58 185 -
System Red Green Blue C M Y K H S L
Decimal 163 36 116 0 0.78 0.29 0.36 322.2 0.64 0.39
Hex A3 24 74 0 4E 1D 24 142 40 27
Octal 243 44 164 0 116 35 44 502 100 47
Binary 10100011 100100 1110100 0 1001110 11101 100100 101000010 1000000 100111

Color Harmonies of #A32474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32474

Black with #A32474

Text Example


Text Example

White with #A32474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32474; }

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

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

background-color css

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

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

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

border-color css

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

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

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