Html Css Color HEX #A2448F Medium Red Violet

📋 copy color: '#A2448F'

red 162 ◦ green 68 ◦ blue 143

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

Shades of Medium Red Violet #A2448F

Tints of Medium Red Violet #A2448F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.34%

R = 43.43%
G = 18.23%
B = 38.34%

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

#A2448F (or 0xA2448F) is known color: Medium Red Violet. HEX triplet: A2, 44 and 8F. RGB value is (162,68,143). Sum of RGB (Red+Green+Blue) = 162+68+143=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A2448F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2448F is #5DBB70. Grayscale: #686868. Windows color (decimal): -6142833 or 9389218. OLE color: 9389218.

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

Color convert

RGB 162 68 143 -
CMYK 0 0.58 0.12 0.36
HSL 312.13º 0.41% 0.45% -
HSV(B) 312.13º 0.58% 0.64% -
XYZ 21.93 13.8 27.49 -
YUV 104.66 149.64 168.9 -
System Red Green Blue C M Y K H S L
Decimal 162 68 143 0 0.58 0.12 0.36 312.13 0.41 0.45
Hex A2 44 8F 0 3A C 24 138 29 2D
Octal 242 104 217 0 72 14 44 470 51 55
Binary 10100010 1000100 10001111 0 111010 1100 100100 100111000 101001 101101

Color Harmonies of #A2448F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2448F

Black with #A2448F

Text Example


Text Example

White with #A2448F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2448F; }

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

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

background-color css

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

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

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

border-color css

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

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

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