Html Css Color HEX #A3338D Medium Red Violet

📋 copy color: '#A3338D'

red 163 ◦ green 51 ◦ blue 141

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

Shades of Medium Red Violet #A3338D

Tints of Medium Red Violet #A3338D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.72%

R = 45.92%
G = 14.37%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3338D (or 0xA3338D) is known color: Medium Red Violet. HEX triplet: A3, 33 and 8D. RGB value is (163,51,141). Sum of RGB (Red+Green+Blue) = 163+51+141=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A3338D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3338D is #5CCC72. Grayscale: #5E5E5E. Windows color (decimal): -6081651 or 9253795. OLE color: 9253795.

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

Color convert

RGB 163 51 141 -
CMYK 0 0.69 0.13 0.36
HSL 311.79º 0.52% 0.42% -
HSV(B) 311.79º 0.69% 0.64% -
XYZ 21.1 12.08 26.42 -
YUV 94.75 154.11 176.68 -
System Red Green Blue C M Y K H S L
Decimal 163 51 141 0 0.69 0.13 0.36 311.79 0.52 0.42
Hex A3 33 8D 0 45 D 24 138 34 2A
Octal 243 63 215 0 105 15 44 470 64 52
Binary 10100011 110011 10001101 0 1000101 1101 100100 100111000 110100 101010

Color Harmonies of #A3338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3338D

Black with #A3338D

Text Example


Text Example

White with #A3338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3338D; }

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

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

background-color css

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

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

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

border-color css

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

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

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