Html Css Color HEX #A2387D Medium Red Violet

📋 copy color: '#A2387D'

red 162 ◦ green 56 ◦ blue 125

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

Shades of Medium Red Violet #A2387D

Tints of Medium Red Violet #A2387D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.33%

 BLUE value IS 125 (49.22% from 255) = 36.44%

R = 47.23%
G = 16.33%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2387D (or 0xA2387D) is known color: Medium Red Violet. HEX triplet: A2, 38 and 7D. RGB value is (162,56,125). Sum of RGB (Red+Green+Blue) = 162+56+125=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A2387D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2387D is #5DC782. Grayscale: #5F5F5F. Windows color (decimal): -6145923 or 8206498. OLE color: 8206498.

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

Color convert

RGB 162 56 125 -
CMYK 0 0.65 0.23 0.36
HSL 320.94º 0.49% 0.43% -
HSV(B) 320.94º 0.65% 0.64% -
XYZ 20.02 11.99 20.66 -
YUV 95.56 144.62 175.39 -
System Red Green Blue C M Y K H S L
Decimal 162 56 125 0 0.65 0.23 0.36 320.94 0.49 0.43
Hex A2 38 7D 0 41 17 24 141 31 2B
Octal 242 70 175 0 101 27 44 501 61 53
Binary 10100010 111000 1111101 0 1000001 10111 100100 101000001 110001 101011

Color Harmonies of #A2387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2387D

Black with #A2387D

Text Example


Text Example

White with #A2387D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2387D; }

 p { color: rgb(162,56,125); }

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

background-color css

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

 a { background-color: rgb(162,56,125); }

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

border-color css

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

 span { border-color: rgb(162,56,125); }

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