Html Css Color HEX #A2448E Medium Red Violet

📋 copy color: '#A2448E'

red 162 ◦ green 68 ◦ blue 142

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

Shades of Medium Red Violet #A2448E

Tints of Medium Red Violet #A2448E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.28%

 BLUE value IS 142 (55.86% from 255) = 38.17%

R = 43.55%
G = 18.28%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A2448E (or 0xA2448E) is known color: Medium Red Violet. HEX triplet: A2, 44 and 8E. RGB value is (162,68,142). Sum of RGB (Red+Green+Blue) = 162+68+142=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A2448E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2448E is #5DBB71. Grayscale: #686868. Windows color (decimal): -6142834 or 9323682. OLE color: 9323682.

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

Color convert

RGB 162 68 142 -
CMYK 0 0.58 0.12 0.36
HSL 312.77º 0.41% 0.45% -
HSV(B) 312.77º 0.58% 0.64% -
XYZ 21.85 13.77 27.1 -
YUV 104.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 162 68 142 0 0.58 0.12 0.36 312.77 0.41 0.45
Hex A2 44 8E 0 3A C 24 139 29 2D
Octal 242 104 216 0 72 14 44 471 51 55
Binary 10100010 1000100 10001110 0 111010 1100 100100 100111001 101001 101101

Color Harmonies of #A2448E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2448E

Black with #A2448E

Text Example


Text Example

White with #A2448E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2448E; }

 p { color: rgb(162,68,142); }

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

background-color css

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

 a { background-color: rgb(162,68,142); }

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

border-color css

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

 span { border-color: rgb(162,68,142); }

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