Html Css Color HEX #A4339A Medium Red Violet

📋 copy color: '#A4339A'

red 164 ◦ green 51 ◦ blue 154

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

Shades of Medium Red Violet #A4339A

Tints of Medium Red Violet #A4339A

RGB

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

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

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

R = 44.44%
G = 13.82%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A4339A (or 0xA4339A) is known color: Medium Red Violet. HEX triplet: A4, 33 and 9A. RGB value is (164,51,154). Sum of RGB (Red+Green+Blue) = 164+51+154=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A4339A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4339A is #5BCC65. Grayscale: #606060. Windows color (decimal): -6016102 or 10105764. OLE color: 10105764.

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

Color convert

RGB 164 51 154 -
CMYK 0 0.69 0.06 0.36
HSL 305.31º 0.53% 0.42% -
HSV(B) 305.31º 0.69% 0.64% -
XYZ 22.33 12.59 31.83 -
YUV 96.53 160.44 176.12 -
System Red Green Blue C M Y K H S L
Decimal 164 51 154 0 0.69 0.06 0.36 305.31 0.53 0.42
Hex A4 33 9A 0 45 6 24 131 35 2A
Octal 244 63 232 0 105 6 44 461 65 52
Binary 10100100 110011 10011010 0 1000101 110 100100 100110001 110101 101010

Color Harmonies of #A4339A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4339A

Black with #A4339A

Text Example


Text Example

White with #A4339A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4339A; }

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

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

background-color css

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

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

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

border-color css

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

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

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