Html Css Color HEX #A2387A Medium Red Violet

📋 copy color: '#A2387A'

red 162 ◦ green 56 ◦ blue 122

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

Shades of Medium Red Violet #A2387A

Tints of Medium Red Violet #A2387A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.88%

R = 47.65%
G = 16.47%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A2387A (or 0xA2387A) is known color: Medium Red Violet. HEX triplet: A2, 38 and 7A. RGB value is (162,56,122). Sum of RGB (Red+Green+Blue) = 162+56+122=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A2387A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2387A is #5DC785. Grayscale: #5F5F5F. Windows color (decimal): -6145926 or 8009890. OLE color: 8009890.

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

Color convert

RGB 162 56 122 -
CMYK 0 0.65 0.25 0.36
HSL 322.64º 0.49% 0.43% -
HSV(B) 322.64º 0.65% 0.64% -
XYZ 19.83 11.91 19.67 -
YUV 95.22 143.12 175.63 -
System Red Green Blue C M Y K H S L
Decimal 162 56 122 0 0.65 0.25 0.36 322.64 0.49 0.43
Hex A2 38 7A 0 41 19 24 143 31 2B
Octal 242 70 172 0 101 31 44 503 61 53
Binary 10100010 111000 1111010 0 1000001 11001 100100 101000011 110001 101011

Color Harmonies of #A2387A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2387A

Black with #A2387A

Text Example


Text Example

White with #A2387A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2387A; }

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

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

background-color css

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

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

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

border-color css

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

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

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