Html Css Color HEX #A3408D Medium Red Violet

📋 copy color: '#A3408D'

red 163 ◦ green 64 ◦ blue 141

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

Shades of Medium Red Violet #A3408D

Tints of Medium Red Violet #A3408D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.39%

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

R = 44.29%
G = 17.39%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3408D (or 0xA3408D) is known color: Medium Red Violet. HEX triplet: A3, 40 and 8D. RGB value is (163,64,141). Sum of RGB (Red+Green+Blue) = 163+64+141=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 163 - color contains mainly: red. Hex color #A3408D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3408D is #5CBF72. Grayscale: #666666. Windows color (decimal): -6078323 or 9257123. OLE color: 9257123.

HSL color Cylindrical-coordinate representation of color #A3408D: hue angle of 313.33º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A3408D is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 64 141 -
CMYK 0 0.61 0.13 0.36
HSL 313.33º 0.44% 0.45% -
HSV(B) 313.33º 0.61% 0.64% -
XYZ 21.75 13.38 26.64 -
YUV 102.38 149.8 171.24 -
System Red Green Blue C M Y K H S L
Decimal 163 64 141 0 0.61 0.13 0.36 313.33 0.44 0.45
Hex A3 40 8D 0 3D D 24 139 2C 2D
Octal 243 100 215 0 75 15 44 471 54 55
Binary 10100011 1000000 10001101 0 111101 1101 100100 100111001 101100 101101

Color Harmonies of #A3408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3408D

Black with #A3408D

Text Example


Text Example

White with #A3408D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3408D; }

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

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

background-color css

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

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

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

border-color css

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

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

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