Html Css Color HEX #A2377B Medium Red Violet

📋 copy color: '#A2377B'

red 162 ◦ green 55 ◦ blue 123

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

Shades of Medium Red Violet #A2377B

Tints of Medium Red Violet #A2377B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.18%

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

R = 47.65%
G = 16.18%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A2377B (or 0xA2377B) is known color: Medium Red Violet. HEX triplet: A2, 37 and 7B. RGB value is (162,55,123). Sum of RGB (Red+Green+Blue) = 162+55+123=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A2377B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2377B is #5DC884. Grayscale: #5E5E5E. Windows color (decimal): -6146181 or 8075170. OLE color: 8075170.

HSL color Cylindrical-coordinate representation of color #A2377B: hue angle of 321.87º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A2377B is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 55 123 -
CMYK 0 0.66 0.24 0.36
HSL 321.87º 0.49% 0.43% -
HSV(B) 321.87º 0.66% 0.64% -
XYZ 19.84 11.84 19.98 -
YUV 94.75 143.95 175.97 -
System Red Green Blue C M Y K H S L
Decimal 162 55 123 0 0.66 0.24 0.36 321.87 0.49 0.43
Hex A2 37 7B 0 42 18 24 142 31 2B
Octal 242 67 173 0 102 30 44 502 61 53
Binary 10100010 110111 1111011 0 1000010 11000 100100 101000010 110001 101011

Color Harmonies of #A2377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2377B

Black with #A2377B

Text Example


Text Example

White with #A2377B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2377B; }

 p { color: rgb(162,55,123); }

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

background-color css

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

 a { background-color: rgb(162,55,123); }

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

border-color css

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

 span { border-color: rgb(162,55,123); }

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