Html Css Color HEX #A2448B Medium Red Violet

📋 copy color: '#A2448B'

red 162 ◦ green 68 ◦ blue 139

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

Shades of Medium Red Violet #A2448B

Tints of Medium Red Violet #A2448B

RGB

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

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

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

R = 43.9%
G = 18.43%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2448B (or 0xA2448B) is known color: Medium Red Violet. HEX triplet: A2, 44 and 8B. RGB value is (162,68,139). Sum of RGB (Red+Green+Blue) = 162+68+139=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A2448B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2448B is #5DBB74. Grayscale: #686868. Windows color (decimal): -6142837 or 9127074. OLE color: 9127074.

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

Color convert

RGB 162 68 139 -
CMYK 0 0.58 0.14 0.36
HSL 314.68º 0.41% 0.45% -
HSV(B) 314.68º 0.58% 0.64% -
XYZ 21.63 13.68 25.93 -
YUV 104.2 147.64 169.23 -
System Red Green Blue C M Y K H S L
Decimal 162 68 139 0 0.58 0.14 0.36 314.68 0.41 0.45
Hex A2 44 8B 0 3A E 24 13B 29 2D
Octal 242 104 213 0 72 16 44 473 51 55
Binary 10100010 1000100 10001011 0 111010 1110 100100 100111011 101001 101101

Color Harmonies of #A2448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2448B

Black with #A2448B

Text Example


Text Example

White with #A2448B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2448B; }

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

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

background-color css

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

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

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

border-color css

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

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

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