Html Css Color HEX #A2337F Medium Red Violet

📋 copy color: '#A2337F'

red 162 ◦ green 51 ◦ blue 127

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

Shades of Medium Red Violet #A2337F

Tints of Medium Red Violet #A2337F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.35%

R = 47.65%
G = 15%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A2337F (or 0xA2337F) is known color: Medium Red Violet. HEX triplet: A2, 33 and 7F. RGB value is (162,51,127). Sum of RGB (Red+Green+Blue) = 162+51+127=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A2337F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2337F is #5DCC80. Grayscale: #5C5C5C. Windows color (decimal): -6147201 or 8336290. OLE color: 8336290.

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

Color convert

RGB 162 51 127 -
CMYK 0 0.69 0.22 0.36
HSL 318.92º 0.52% 0.42% -
HSV(B) 318.92º 0.69% 0.64% -
XYZ 19.91 11.58 21.26 -
YUV 92.85 147.27 177.32 -
System Red Green Blue C M Y K H S L
Decimal 162 51 127 0 0.69 0.22 0.36 318.92 0.52 0.42
Hex A2 33 7F 0 45 16 24 13F 34 2A
Octal 242 63 177 0 105 26 44 477 64 52
Binary 10100010 110011 1111111 0 1000101 10110 100100 100111111 110100 101010

Color Harmonies of #A2337F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2337F

Black with #A2337F

Text Example


Text Example

White with #A2337F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2337F; }

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

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

background-color css

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

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

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

border-color css

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

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

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