Html Css Color HEX #A3407E Medium Red Violet

📋 copy color: '#A3407E'

red 163 ◦ green 64 ◦ blue 126

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

Shades of Medium Red Violet #A3407E

Tints of Medium Red Violet #A3407E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.69%

R = 46.18%
G = 18.13%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A3407E (or 0xA3407E) is known color: Medium Red Violet. HEX triplet: A3, 40 and 7E. RGB value is (163,64,126). Sum of RGB (Red+Green+Blue) = 163+64+126=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A3407E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3407E is #5CBF81. Grayscale: #646464. Windows color (decimal): -6078338 or 8274083. OLE color: 8274083.

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

Color convert

RGB 163 64 126 -
CMYK 0 0.61 0.23 0.36
HSL 322.42º 0.44% 0.45% -
HSV(B) 322.42º 0.61% 0.64% -
XYZ 20.7 12.96 21.15 -
YUV 100.67 142.3 172.46 -
System Red Green Blue C M Y K H S L
Decimal 163 64 126 0 0.61 0.23 0.36 322.42 0.44 0.45
Hex A3 40 7E 0 3D 17 24 142 2C 2D
Octal 243 100 176 0 75 27 44 502 54 55
Binary 10100011 1000000 1111110 0 111101 10111 100100 101000010 101100 101101

Color Harmonies of #A3407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3407E

Black with #A3407E

Text Example


Text Example

White with #A3407E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3407E; }

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

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

background-color css

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

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

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

border-color css

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

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

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