Html Css Color HEX #A4327B Medium Red Violet

📋 copy color: '#A4327B'

red 164 ◦ green 50 ◦ blue 123

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

Shades of Medium Red Violet #A4327B

Tints of Medium Red Violet #A4327B

RGB

 RED value IS 164 (64.45% from 255) = 48.66%

 GREEN value IS 50 (19.92% from 255) = 14.84%

 BLUE value IS 123 (48.44% from 255) = 36.5%

R = 48.66%
G = 14.84%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A4327B (or 0xA4327B) is known color: Medium Red Violet. HEX triplet: A4, 32 and 7B. RGB value is (164,50,123). Sum of RGB (Red+Green+Blue) = 164+50+123=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A4327B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4327B is #5BCD84. Grayscale: #5C5C5C. Windows color (decimal): -6016389 or 8073892. OLE color: 8073892.

HSL color Cylindrical-coordinate representation of color #A4327B: hue angle of 321.58º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A4327B is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 50 123 -
CMYK 0 0.70 0.25 0.36
HSL 321.58º 0.53% 0.42% -
HSV(B) 321.58º 0.7% 0.64% -
XYZ 20.03 11.6 19.92 -
YUV 92.41 145.27 179.06 -
System Red Green Blue C M Y K H S L
Decimal 164 50 123 0 0.70 0.25 0.36 321.58 0.53 0.42
Hex A4 32 7B 0 46 19 24 142 35 2A
Octal 244 62 173 0 106 31 44 502 65 52
Binary 10100100 110010 1111011 0 1000110 11001 100100 101000010 110101 101010

Color Harmonies of #A4327B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4327B

Black with #A4327B

Text Example


Text Example

White with #A4327B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4327B; }

 p { color: rgb(164,50,123); }

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

background-color css

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

 a { background-color: rgb(164,50,123); }

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

border-color css

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

 span { border-color: rgb(164,50,123); }

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