Html Css Color HEX #A4349A Medium Red Violet

📋 copy color: '#A4349A'

red 164 ◦ green 52 ◦ blue 154

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

Shades of Medium Red Violet #A4349A

Tints of Medium Red Violet #A4349A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.62%

R = 44.32%
G = 14.05%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A4349A (or 0xA4349A) is known color: Medium Red Violet. HEX triplet: A4, 34 and 9A. RGB value is (164,52,154). Sum of RGB (Red+Green+Blue) = 164+52+154=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A4349A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4349A is #5BCB65. Grayscale: #606060. Windows color (decimal): -6015846 or 10106020. OLE color: 10106020.

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

Color convert

RGB 164 52 154 -
CMYK 0 0.68 0.06 0.36
HSL 305.36º 0.52% 0.42% -
HSV(B) 305.36º 0.68% 0.64% -
XYZ 22.37 12.68 31.84 -
YUV 97.12 160.11 175.71 -
System Red Green Blue C M Y K H S L
Decimal 164 52 154 0 0.68 0.06 0.36 305.36 0.52 0.42
Hex A4 34 9A 0 44 6 24 131 34 2A
Octal 244 64 232 0 104 6 44 461 64 52
Binary 10100100 110100 10011010 0 1000100 110 100100 100110001 110100 101010

Color Harmonies of #A4349A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4349A

Black with #A4349A

Text Example


Text Example

White with #A4349A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4349A; }

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

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

background-color css

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

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

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

border-color css

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

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

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