Html Css Color HEX #A2438B Medium Red Violet

📋 copy color: '#A2438B'

red 162 ◦ green 67 ◦ blue 139

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

Shades of Medium Red Violet #A2438B

Tints of Medium Red Violet #A2438B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.21%

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

R = 44.02%
G = 18.21%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2438B (or 0xA2438B) is known color: Medium Red Violet. HEX triplet: A2, 43 and 8B. RGB value is (162,67,139). Sum of RGB (Red+Green+Blue) = 162+67+139=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 162 - color contains mainly: red. Hex color #A2438B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2438B is #5DBC74. Grayscale: #676767. Windows color (decimal): -6143093 or 9126818. OLE color: 9126818.

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

Color convert

RGB 162 67 139 -
CMYK 0 0.59 0.14 0.36
HSL 314.53º 0.41% 0.45% -
HSV(B) 314.53º 0.59% 0.64% -
XYZ 21.57 13.56 25.91 -
YUV 103.61 147.97 169.65 -
System Red Green Blue C M Y K H S L
Decimal 162 67 139 0 0.59 0.14 0.36 314.53 0.41 0.45
Hex A2 43 8B 0 3B E 24 13B 29 2D
Octal 242 103 213 0 73 16 44 473 51 55
Binary 10100010 1000011 10001011 0 111011 1110 100100 100111011 101001 101101

Color Harmonies of #A2438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2438B

Black with #A2438B

Text Example


Text Example

White with #A2438B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2438B; }

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

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

background-color css

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

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

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

border-color css

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

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

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