Html Css Color HEX #A4338B Medium Red Violet

📋 copy color: '#A4338B'

red 164 ◦ green 51 ◦ blue 139

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

Shades of Medium Red Violet #A4338B

Tints of Medium Red Violet #A4338B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.27%

R = 46.33%
G = 14.41%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4338B (or 0xA4338B) is known color: Medium Red Violet. HEX triplet: A4, 33 and 8B. RGB value is (164,51,139). Sum of RGB (Red+Green+Blue) = 164+51+139=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 164 - color contains mainly: red. Hex color #A4338B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4338B is #5BCC74. Grayscale: #5E5E5E. Windows color (decimal): -6016117 or 9122724. OLE color: 9122724.

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

Color convert

RGB 164 51 139 -
CMYK 0 0.69 0.15 0.36
HSL 313.27º 0.53% 0.42% -
HSV(B) 313.27º 0.69% 0.64% -
XYZ 21.15 12.12 25.65 -
YUV 94.82 152.94 177.34 -
System Red Green Blue C M Y K H S L
Decimal 164 51 139 0 0.69 0.15 0.36 313.27 0.53 0.42
Hex A4 33 8B 0 45 F 24 139 35 2A
Octal 244 63 213 0 105 17 44 471 65 52
Binary 10100100 110011 10001011 0 1000101 1111 100100 100111001 110101 101010

Color Harmonies of #A4338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4338B

Black with #A4338B

Text Example


Text Example

White with #A4338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4338B; }

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

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

background-color css

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

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

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

border-color css

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

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

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