Html Css Color HEX #A3408C Medium Red Violet

📋 copy color: '#A3408C'

red 163 ◦ green 64 ◦ blue 140

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

Shades of Medium Red Violet #A3408C

Tints of Medium Red Violet #A3408C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.15%

R = 44.41%
G = 17.44%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A3408C (or 0xA3408C) is known color: Medium Red Violet. HEX triplet: A3, 40 and 8C. RGB value is (163,64,140). Sum of RGB (Red+Green+Blue) = 163+64+140=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 163 - color contains mainly: red. Hex color #A3408C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3408C is #5CBF73. Grayscale: #666666. Windows color (decimal): -6078324 or 9191587. OLE color: 9191587.

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

Color convert

RGB 163 64 140 -
CMYK 0 0.61 0.14 0.36
HSL 313.94º 0.44% 0.45% -
HSV(B) 313.94º 0.61% 0.64% -
XYZ 21.67 13.35 26.24 -
YUV 102.27 149.3 171.32 -
System Red Green Blue C M Y K H S L
Decimal 163 64 140 0 0.61 0.14 0.36 313.94 0.44 0.45
Hex A3 40 8C 0 3D E 24 13A 2C 2D
Octal 243 100 214 0 75 16 44 472 54 55
Binary 10100011 1000000 10001100 0 111101 1110 100100 100111010 101100 101101

Color Harmonies of #A3408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3408C

Black with #A3408C

Text Example


Text Example

White with #A3408C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3408C; }

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

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

background-color css

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

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

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

border-color css

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

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

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