Html Css Color HEX #A2337C Medium Red Violet

📋 copy color: '#A2337C'

red 162 ◦ green 51 ◦ blue 124

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

Shades of Medium Red Violet #A2337C

Tints of Medium Red Violet #A2337C

RGB

 RED value IS 162 (63.67% from 255) = 48.07%

 GREEN value IS 51 (20.31% from 255) = 15.13%

 BLUE value IS 124 (48.83% from 255) = 36.8%

R = 48.07%
G = 15.13%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2337C (or 0xA2337C) is known color: Medium Red Violet. HEX triplet: A2, 33 and 7C. RGB value is (162,51,124). Sum of RGB (Red+Green+Blue) = 162+51+124=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A2337C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2337C is #5DCC83. Grayscale: #5C5C5C. Windows color (decimal): -6147204 or 8139682. OLE color: 8139682.

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

Color convert

RGB 162 51 124 -
CMYK 0 0.69 0.23 0.36
HSL 320.54º 0.52% 0.42% -
HSV(B) 320.54º 0.69% 0.64% -
XYZ 19.72 11.5 20.25 -
YUV 92.51 145.77 177.56 -
System Red Green Blue C M Y K H S L
Decimal 162 51 124 0 0.69 0.23 0.36 320.54 0.52 0.42
Hex A2 33 7C 0 45 17 24 141 34 2A
Octal 242 63 174 0 105 27 44 501 64 52
Binary 10100010 110011 1111100 0 1000101 10111 100100 101000001 110100 101010

Color Harmonies of #A2337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2337C

Black with #A2337C

Text Example


Text Example

White with #A2337C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2337C; }

 p { color: rgb(162,51,124); }

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

background-color css

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

 a { background-color: rgb(162,51,124); }

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

border-color css

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

 span { border-color: rgb(162,51,124); }

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