Html Css Color HEX #A3408B Medium Red Violet

📋 copy color: '#A3408B'

red 163 ◦ green 64 ◦ blue 139

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

Shades of Medium Red Violet #A3408B

Tints of Medium Red Violet #A3408B

RGB

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

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

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

R = 44.54%
G = 17.49%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3408B (or 0xA3408B) is known color: Medium Red Violet. HEX triplet: A3, 40 and 8B. RGB value is (163,64,139). Sum of RGB (Red+Green+Blue) = 163+64+139=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 163 - color contains mainly: red. Hex color #A3408B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3408B is #5CBF74. Grayscale: #656565. Windows color (decimal): -6078325 or 9126051. OLE color: 9126051.

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

Color convert

RGB 163 64 139 -
CMYK 0 0.61 0.15 0.36
HSL 314.55º 0.44% 0.45% -
HSV(B) 314.55º 0.61% 0.64% -
XYZ 21.6 13.32 25.86 -
YUV 102.15 148.8 171.4 -
System Red Green Blue C M Y K H S L
Decimal 163 64 139 0 0.61 0.15 0.36 314.55 0.44 0.45
Hex A3 40 8B 0 3D F 24 13B 2C 2D
Octal 243 100 213 0 75 17 44 473 54 55
Binary 10100011 1000000 10001011 0 111101 1111 100100 100111011 101100 101101

Color Harmonies of #A3408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3408B

Black with #A3408B

Text Example


Text Example

White with #A3408B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3408B; }

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

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

background-color css

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

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

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

border-color css

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

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

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