Html Css Color HEX #A3237E Medium Red Violet

📋 copy color: '#A3237E'

red 163 ◦ green 35 ◦ blue 126

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

Shades of Medium Red Violet #A3237E

Tints of Medium Red Violet #A3237E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.8%

 BLUE value IS 126 (49.61% from 255) = 38.89%

R = 50.31%
G = 10.8%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A3237E (or 0xA3237E) is known color: Medium Red Violet. HEX triplet: A3, 23 and 7E. RGB value is (163,35,126). Sum of RGB (Red+Green+Blue) = 163+35+126=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A3237E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3237E is #5CDC81. Grayscale: #535353. Windows color (decimal): -6085762 or 8266659. OLE color: 8266659.

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

Color convert

RGB 163 35 126 -
CMYK 0 0.79 0.23 0.36
HSL 317.34º 0.65% 0.39% -
HSV(B) 317.34º 0.79% 0.64% -
XYZ 19.47 10.49 20.74 -
YUV 83.65 151.91 184.6 -
System Red Green Blue C M Y K H S L
Decimal 163 35 126 0 0.79 0.23 0.36 317.34 0.65 0.39
Hex A3 23 7E 0 4F 17 24 13D 41 27
Octal 243 43 176 0 117 27 44 475 101 47
Binary 10100011 100011 1111110 0 1001111 10111 100100 100111101 1000001 100111

Color Harmonies of #A3237E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3237E

Black with #A3237E

Text Example


Text Example

White with #A3237E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3237E; }

 p { color: rgb(163,35,126); }

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

background-color css

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

 a { background-color: rgb(163,35,126); }

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

border-color css

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

 span { border-color: rgb(163,35,126); }

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