Html Css Color HEX #A2278B Medium Red Violet

📋 copy color: '#A2278B'

red 162 ◦ green 39 ◦ blue 139

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

Shades of Medium Red Violet #A2278B

Tints of Medium Red Violet #A2278B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.47%

 BLUE value IS 139 (54.69% from 255) = 40.88%

R = 47.65%
G = 11.47%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2278B (or 0xA2278B) is known color: Medium Red Violet. HEX triplet: A2, 27 and 8B. RGB value is (162,39,139). Sum of RGB (Red+Green+Blue) = 162+39+139=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A2278B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2278B is #5DD874. Grayscale: #565656. Windows color (decimal): -6150261 or 9119650. OLE color: 9119650.

HSL color Cylindrical-coordinate representation of color #A2278B: hue angle of 311.22º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A2278B is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 39 139 -
CMYK 0 0.76 0.14 0.36
HSL 311.22º 0.61% 0.39% -
HSV(B) 311.22º 0.76% 0.64% -
XYZ 20.29 11 25.48 -
YUV 87.18 157.25 181.37 -
System Red Green Blue C M Y K H S L
Decimal 162 39 139 0 0.76 0.14 0.36 311.22 0.61 0.39
Hex A2 27 8B 0 4C E 24 137 3D 27
Octal 242 47 213 0 114 16 44 467 75 47
Binary 10100010 100111 10001011 0 1001100 1110 100100 100110111 111101 100111

Color Harmonies of #A2278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2278B

Black with #A2278B

Text Example


Text Example

White with #A2278B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2278B; }

 p { color: rgb(162,39,139); }

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

background-color css

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

 a { background-color: rgb(162,39,139); }

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

border-color css

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

 span { border-color: rgb(162,39,139); }

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