Html Css Color HEX #A3488B Medium Red Violet

📋 copy color: '#A3488B'

red 163 ◦ green 72 ◦ blue 139

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

Shades of Medium Red Violet #A3488B

Tints of Medium Red Violet #A3488B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.17%

R = 43.58%
G = 19.25%
B = 37.17%

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

#A3488B (or 0xA3488B) is known color: Medium Red Violet. HEX triplet: A3, 48 and 8B. RGB value is (163,72,139). Sum of RGB (Red+Green+Blue) = 163+72+139=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A3488B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3488B is #5CB774. Grayscale: #6A6A6A. Windows color (decimal): -6076277 or 9128099. OLE color: 9128099.

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

Color convert

RGB 163 72 139 -
CMYK 0 0.56 0.15 0.36
HSL 315.82º 0.39% 0.46% -
HSV(B) 315.82º 0.56% 0.64% -
XYZ 22.08 14.29 26.02 -
YUV 106.85 146.15 168.05 -
System Red Green Blue C M Y K H S L
Decimal 163 72 139 0 0.56 0.15 0.36 315.82 0.39 0.46
Hex A3 48 8B 0 38 F 24 13C 27 2E
Octal 243 110 213 0 70 17 44 474 47 56
Binary 10100011 1001000 10001011 0 111000 1111 100100 100111100 100111 101110

Color Harmonies of #A3488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3488B

Black with #A3488B

Text Example


Text Example

White with #A3488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3488B; }

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

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

background-color css

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

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

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

border-color css

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

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

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