Html Css Color HEX #A4347B Medium Red Violet

📋 copy color: '#A4347B'

red 164 ◦ green 52 ◦ blue 123

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

Shades of Medium Red Violet #A4347B

Tints of Medium Red Violet #A4347B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.34%

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

R = 48.38%
G = 15.34%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A4347B (or 0xA4347B) is known color: Medium Red Violet. HEX triplet: A4, 34 and 7B. RGB value is (164,52,123). Sum of RGB (Red+Green+Blue) = 164+52+123=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A4347B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4347B is #5BCB84. Grayscale: #5D5D5D. Windows color (decimal): -6015877 or 8074404. OLE color: 8074404.

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

Color convert

RGB 164 52 123 -
CMYK 0 0.68 0.25 0.36
HSL 321.96º 0.52% 0.42% -
HSV(B) 321.96º 0.68% 0.64% -
XYZ 20.11 11.78 19.95 -
YUV 93.58 144.61 178.23 -
System Red Green Blue C M Y K H S L
Decimal 164 52 123 0 0.68 0.25 0.36 321.96 0.52 0.42
Hex A4 34 7B 0 44 19 24 142 34 2A
Octal 244 64 173 0 104 31 44 502 64 52
Binary 10100100 110100 1111011 0 1000100 11001 100100 101000010 110100 101010

Color Harmonies of #A4347B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4347B

Black with #A4347B

Text Example


Text Example

White with #A4347B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4347B; }

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

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

background-color css

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

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

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

border-color css

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

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

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