Html Css Color HEX #A2438C Medium Red Violet

📋 copy color: '#A2438C'

red 162 ◦ green 67 ◦ blue 140

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

Shades of Medium Red Violet #A2438C

Tints of Medium Red Violet #A2438C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.94%

R = 43.9%
G = 18.16%
B = 37.94%

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

#A2438C (or 0xA2438C) is known color: Medium Red Violet. HEX triplet: A2, 43 and 8C. RGB value is (162,67,140). Sum of RGB (Red+Green+Blue) = 162+67+140=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A2438C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2438C is #5DBC73. Grayscale: #676767. Windows color (decimal): -6143092 or 9192354. OLE color: 9192354.

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

Color convert

RGB 162 67 140 -
CMYK 0 0.59 0.14 0.36
HSL 313.89º 0.41% 0.45% -
HSV(B) 313.89º 0.59% 0.64% -
XYZ 21.64 13.59 26.29 -
YUV 103.73 148.47 169.56 -
System Red Green Blue C M Y K H S L
Decimal 162 67 140 0 0.59 0.14 0.36 313.89 0.41 0.45
Hex A2 43 8C 0 3B E 24 13A 29 2D
Octal 242 103 214 0 73 16 44 472 51 55
Binary 10100010 1000011 10001100 0 111011 1110 100100 100111010 101001 101101

Color Harmonies of #A2438C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2438C

Black with #A2438C

Text Example


Text Example

White with #A2438C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2438C; }

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

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

background-color css

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

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

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

border-color css

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

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

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