Html Css Color HEX #A3287A Medium Red Violet

📋 copy color: '#A3287A'

red 163 ◦ green 40 ◦ blue 122

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

Shades of Medium Red Violet #A3287A

Tints of Medium Red Violet #A3287A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.31%

 BLUE value IS 122 (48.05% from 255) = 37.54%

R = 50.15%
G = 12.31%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A3287A (or 0xA3287A) is known color: Medium Red Violet. HEX triplet: A3, 28 and 7A. RGB value is (163,40,122). Sum of RGB (Red+Green+Blue) = 163+40+122=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A3287A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3287A is #5CD785. Grayscale: #555555. Windows color (decimal): -6084486 or 8005795. OLE color: 8005795.

HSL color Cylindrical-coordinate representation of color #A3287A: hue angle of 320º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A3287A is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 40 122 -
CMYK 0 0.75 0.25 0.36
HSL 320º 0.61% 0.4% -
HSV(B) 320º 0.75% 0.64% -
XYZ 19.38 10.71 19.46 -
YUV 86.13 148.25 182.83 -
System Red Green Blue C M Y K H S L
Decimal 163 40 122 0 0.75 0.25 0.36 320 0.61 0.4
Hex A3 28 7A 0 4B 19 24 140 3D 28
Octal 243 50 172 0 113 31 44 500 75 50
Binary 10100011 101000 1111010 0 1001011 11001 100100 101000000 111101 101000

Color Harmonies of #A3287A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3287A

Black with #A3287A

Text Example


Text Example

White with #A3287A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3287A; }

 p { color: rgb(163,40,122); }

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

background-color css

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

 a { background-color: rgb(163,40,122); }

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

border-color css

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

 span { border-color: rgb(163,40,122); }

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