Html Css Color HEX #A3488A Medium Red Violet

📋 copy color: '#A3488A'

red 163 ◦ green 72 ◦ blue 138

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

Shades of Medium Red Violet #A3488A

Tints of Medium Red Violet #A3488A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.3%

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

R = 43.7%
G = 19.3%
B = 37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3488A (or 0xA3488A) is known color: Medium Red Violet. HEX triplet: A3, 48 and 8A. RGB value is (163,72,138). Sum of RGB (Red+Green+Blue) = 163+72+138=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A3488A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3488A is #5CB775. Grayscale: #6A6A6A. Windows color (decimal): -6076278 or 9062563. OLE color: 9062563.

HSL color Cylindrical-coordinate representation of color #A3488A: hue angle of 316.48º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A3488A is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 72 138 -
CMYK 0 0.56 0.15 0.36
HSL 316.48º 0.39% 0.46% -
HSV(B) 316.48º 0.56% 0.64% -
XYZ 22.01 14.26 25.64 -
YUV 106.73 145.65 168.13 -
System Red Green Blue C M Y K H S L
Decimal 163 72 138 0 0.56 0.15 0.36 316.48 0.39 0.46
Hex A3 48 8A 0 38 F 24 13C 27 2E
Octal 243 110 212 0 70 17 44 474 47 56
Binary 10100011 1001000 10001010 0 111000 1111 100100 100111100 100111 101110

Color Harmonies of #A3488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3488A

Black with #A3488A

Text Example


Text Example

White with #A3488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3488A; }

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

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

background-color css

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

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

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

border-color css

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

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

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