Html Css Color HEX #A4339C Medium Red Violet

📋 copy color: '#A4339C'

red 164 ◦ green 51 ◦ blue 156

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

Shades of Medium Red Violet #A4339C

Tints of Medium Red Violet #A4339C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.75%

 BLUE value IS 156 (61.33% from 255) = 42.05%

R = 44.2%
G = 13.75%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A4339C (or 0xA4339C) is known color: Medium Red Violet. HEX triplet: A4, 33 and 9C. RGB value is (164,51,156). Sum of RGB (Red+Green+Blue) = 164+51+156=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A4339C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4339C is #5BCC63. Grayscale: #606060. Windows color (decimal): -6016100 or 10236836. OLE color: 10236836.

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

Color convert

RGB 164 51 156 -
CMYK 0 0.69 0.05 0.36
HSL 304.25º 0.53% 0.42% -
HSV(B) 304.25º 0.69% 0.64% -
XYZ 22.49 12.66 32.71 -
YUV 96.76 161.44 175.96 -
System Red Green Blue C M Y K H S L
Decimal 164 51 156 0 0.69 0.05 0.36 304.25 0.53 0.42
Hex A4 33 9C 0 45 5 24 130 35 2A
Octal 244 63 234 0 105 5 44 460 65 52
Binary 10100100 110011 10011100 0 1000101 101 100100 100110000 110101 101010

Color Harmonies of #A4339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4339C

Black with #A4339C

Text Example


Text Example

White with #A4339C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4339C; }

 p { color: rgb(164,51,156); }

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

background-color css

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

 a { background-color: rgb(164,51,156); }

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

border-color css

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

 span { border-color: rgb(164,51,156); }

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