Html Css Color HEX #A3458D Medium Red Violet

📋 copy color: '#A3458D'

red 163 ◦ green 69 ◦ blue 141

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

Shades of Medium Red Violet #A3458D

Tints of Medium Red Violet #A3458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.5%

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

R = 43.7%
G = 18.5%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3458D (or 0xA3458D) is known color: Medium Red Violet. HEX triplet: A3, 45 and 8D. RGB value is (163,69,141). Sum of RGB (Red+Green+Blue) = 163+69+141=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A3458D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3458D is #5CBA72. Grayscale: #696969. Windows color (decimal): -6077043 or 9258403. OLE color: 9258403.

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

Color convert

RGB 163 69 141 -
CMYK 0 0.58 0.13 0.36
HSL 314.04º 0.41% 0.45% -
HSV(B) 314.04º 0.58% 0.64% -
XYZ 22.04 13.97 26.73 -
YUV 105.31 148.14 169.15 -
System Red Green Blue C M Y K H S L
Decimal 163 69 141 0 0.58 0.13 0.36 314.04 0.41 0.45
Hex A3 45 8D 0 3A D 24 13A 29 2D
Octal 243 105 215 0 72 15 44 472 51 55
Binary 10100011 1000101 10001101 0 111010 1101 100100 100111010 101001 101101

Color Harmonies of #A3458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3458D

Black with #A3458D

Text Example


Text Example

White with #A3458D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3458D; }

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

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

background-color css

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

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

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

border-color css

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

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

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