Html Css Color HEX #A2438D Medium Red Violet

📋 copy color: '#A2438D'

red 162 ◦ green 67 ◦ blue 141

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

Shades of Medium Red Violet #A2438D

Tints of Medium Red Violet #A2438D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.11%

R = 43.78%
G = 18.11%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A2438D (or 0xA2438D) is known color: Medium Red Violet. HEX triplet: A2, 43 and 8D. RGB value is (162,67,141). Sum of RGB (Red+Green+Blue) = 162+67+141=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A2438D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2438D is #5DBC72. Grayscale: #676767. Windows color (decimal): -6143091 or 9257890. OLE color: 9257890.

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

Color convert

RGB 162 67 141 -
CMYK 0 0.59 0.13 0.36
HSL 313.26º 0.41% 0.45% -
HSV(B) 313.26º 0.59% 0.64% -
XYZ 21.72 13.62 26.68 -
YUV 103.84 148.97 169.48 -
System Red Green Blue C M Y K H S L
Decimal 162 67 141 0 0.59 0.13 0.36 313.26 0.41 0.45
Hex A2 43 8D 0 3B D 24 139 29 2D
Octal 242 103 215 0 73 15 44 471 51 55
Binary 10100010 1000011 10001101 0 111011 1101 100100 100111001 101001 101101

Color Harmonies of #A2438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2438D

Black with #A2438D

Text Example


Text Example

White with #A2438D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2438D; }

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

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

background-color css

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

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

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

border-color css

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

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

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