Html Css Color HEX #A3337D Medium Red Violet

📋 copy color: '#A3337D'

red 163 ◦ green 51 ◦ blue 125

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

Shades of Medium Red Violet #A3337D

Tints of Medium Red Violet #A3337D

RGB

 RED value IS 163 (64.06% from 255) = 48.08%

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

 BLUE value IS 125 (49.22% from 255) = 36.87%

R = 48.08%
G = 15.04%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A3337D (or 0xA3337D) is known color: Medium Red Violet. HEX triplet: A3, 33 and 7D. RGB value is (163,51,125). Sum of RGB (Red+Green+Blue) = 163+51+125=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A3337D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3337D is #5CCC82. Grayscale: #5C5C5C. Windows color (decimal): -6081667 or 8205219. OLE color: 8205219.

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

Color convert

RGB 163 51 125 -
CMYK 0 0.69 0.23 0.36
HSL 320.36º 0.52% 0.42% -
HSV(B) 320.36º 0.69% 0.64% -
XYZ 19.99 11.63 20.59 -
YUV 92.92 146.11 177.98 -
System Red Green Blue C M Y K H S L
Decimal 163 51 125 0 0.69 0.23 0.36 320.36 0.52 0.42
Hex A3 33 7D 0 45 17 24 140 34 2A
Octal 243 63 175 0 105 27 44 500 64 52
Binary 10100011 110011 1111101 0 1000101 10111 100100 101000000 110100 101010

Color Harmonies of #A3337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3337D

Black with #A3337D

Text Example


Text Example

White with #A3337D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3337D; }

 p { color: rgb(163,51,125); }

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

background-color css

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

 a { background-color: rgb(163,51,125); }

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

border-color css

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

 span { border-color: rgb(163,51,125); }

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