Html Css Color HEX #A3247B Medium Red Violet

📋 copy color: '#A3247B'

red 163 ◦ green 36 ◦ blue 123

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

Shades of Medium Red Violet #A3247B

Tints of Medium Red Violet #A3247B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.18%

 BLUE value IS 123 (48.44% from 255) = 38.2%

R = 50.62%
G = 11.18%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A3247B (or 0xA3247B) is known color: Medium Red Violet. HEX triplet: A3, 24 and 7B. RGB value is (163,36,123). Sum of RGB (Red+Green+Blue) = 163+36+123=322 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.62% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 163 - color contains mainly: red. Hex color #A3247B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3247B is #5CDB84. Grayscale: #535353. Windows color (decimal): -6085509 or 8070307. OLE color: 8070307.

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

Color convert

RGB 163 36 123 -
CMYK 0 0.78 0.25 0.36
HSL 318.9º 0.64% 0.39% -
HSV(B) 318.9º 0.78% 0.64% -
XYZ 19.31 10.48 19.74 -
YUV 83.89 150.08 184.43 -
System Red Green Blue C M Y K H S L
Decimal 163 36 123 0 0.78 0.25 0.36 318.9 0.64 0.39
Hex A3 24 7B 0 4E 19 24 13F 40 27
Octal 243 44 173 0 116 31 44 477 100 47
Binary 10100011 100100 1111011 0 1001110 11001 100100 100111111 1000000 100111

Color Harmonies of #A3247B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3247B

Black with #A3247B

Text Example


Text Example

White with #A3247B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3247B; }

 p { color: rgb(163,36,123); }

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

background-color css

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

 a { background-color: rgb(163,36,123); }

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

border-color css

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

 span { border-color: rgb(163,36,123); }

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