Html Css Color HEX #A3488C Medium Red Violet

📋 copy color: '#A3488C'

red 163 ◦ green 72 ◦ blue 140

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

Shades of Medium Red Violet #A3488C

Tints of Medium Red Violet #A3488C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.33%

R = 43.47%
G = 19.2%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A3488C (or 0xA3488C) is known color: Medium Red Violet. HEX triplet: A3, 48 and 8C. RGB value is (163,72,140). Sum of RGB (Red+Green+Blue) = 163+72+140=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A3488C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3488C is #5CB773. Grayscale: #6A6A6A. Windows color (decimal): -6076276 or 9193635. OLE color: 9193635.

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

Color convert

RGB 163 72 140 -
CMYK 0 0.56 0.14 0.36
HSL 315.16º 0.39% 0.46% -
HSV(B) 315.16º 0.56% 0.64% -
XYZ 22.16 14.31 26.41 -
YUV 106.96 146.65 167.97 -
System Red Green Blue C M Y K H S L
Decimal 163 72 140 0 0.56 0.14 0.36 315.16 0.39 0.46
Hex A3 48 8C 0 38 E 24 13B 27 2E
Octal 243 110 214 0 70 16 44 473 47 56
Binary 10100011 1001000 10001100 0 111000 1110 100100 100111011 100111 101110

Color Harmonies of #A3488C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3488C

Black with #A3488C

Text Example


Text Example

White with #A3488C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3488C; }

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

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

background-color css

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

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

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

border-color css

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

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

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