Html Css Color HEX #A2387F Medium Red Violet

📋 copy color: '#A2387F'

red 162 ◦ green 56 ◦ blue 127

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

Shades of Medium Red Violet #A2387F

Tints of Medium Red Violet #A2387F

RGB

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

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

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

R = 46.96%
G = 16.23%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A2387F (or 0xA2387F) is known color: Medium Red Violet. HEX triplet: A2, 38 and 7F. RGB value is (162,56,127). Sum of RGB (Red+Green+Blue) = 162+56+127=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A2387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2387F is #5DC780. Grayscale: #5F5F5F. Windows color (decimal): -6145921 or 8337570. OLE color: 8337570.

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

Color convert

RGB 162 56 127 -
CMYK 0 0.65 0.22 0.36
HSL 319.81º 0.49% 0.43% -
HSV(B) 319.81º 0.65% 0.64% -
XYZ 20.15 12.04 21.34 -
YUV 95.79 145.62 175.23 -
System Red Green Blue C M Y K H S L
Decimal 162 56 127 0 0.65 0.22 0.36 319.81 0.49 0.43
Hex A2 38 7F 0 41 16 24 140 31 2B
Octal 242 70 177 0 101 26 44 500 61 53
Binary 10100010 111000 1111111 0 1000001 10110 100100 101000000 110001 101011

Color Harmonies of #A2387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2387F

Black with #A2387F

Text Example


Text Example

White with #A2387F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2387F; }

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

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

background-color css

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

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

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

border-color css

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

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

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