Html Css Color HEX #A3448A Medium Red Violet

📋 copy color: '#A3448A'

red 163 ◦ green 68 ◦ blue 138

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

Shades of Medium Red Violet #A3448A

Tints of Medium Red Violet #A3448A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.43%

 BLUE value IS 138 (54.3% from 255) = 37.4%

R = 44.17%
G = 18.43%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3448A (or 0xA3448A) is known color: Medium Red Violet. HEX triplet: A3, 44 and 8A. RGB value is (163,68,138). Sum of RGB (Red+Green+Blue) = 163+68+138=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A3448A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3448A is #5CBB75. Grayscale: #686868. Windows color (decimal): -6077302 or 9061539. OLE color: 9061539.

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

Color convert

RGB 163 68 138 -
CMYK 0 0.58 0.15 0.36
HSL 315.79º 0.41% 0.45% -
HSV(B) 315.79º 0.58% 0.64% -
XYZ 21.76 13.76 25.55 -
YUV 104.39 146.97 169.81 -
System Red Green Blue C M Y K H S L
Decimal 163 68 138 0 0.58 0.15 0.36 315.79 0.41 0.45
Hex A3 44 8A 0 3A F 24 13C 29 2D
Octal 243 104 212 0 72 17 44 474 51 55
Binary 10100011 1000100 10001010 0 111010 1111 100100 100111100 101001 101101

Color Harmonies of #A3448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3448A

Black with #A3448A

Text Example


Text Example

White with #A3448A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3448A; }

 p { color: rgb(163,68,138); }

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

background-color css

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

 a { background-color: rgb(163,68,138); }

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

border-color css

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

 span { border-color: rgb(163,68,138); }

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