Html Css Color HEX #A2458D Medium Red Violet

📋 copy color: '#A2458D'

red 162 ◦ green 69 ◦ blue 141

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

Shades of Medium Red Violet #A2458D

Tints of Medium Red Violet #A2458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.55%

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

R = 43.55%
G = 18.55%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A2458D (or 0xA2458D) is known color: Medium Red Violet. HEX triplet: A2, 45 and 8D. RGB value is (162,69,141). Sum of RGB (Red+Green+Blue) = 162+69+141=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A2458D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2458D is #5DBA72. Grayscale: #686868. Windows color (decimal): -6142579 or 9258402. OLE color: 9258402.

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

Color convert

RGB 162 69 141 -
CMYK 0 0.57 0.13 0.36
HSL 313.55º 0.4% 0.45% -
HSV(B) 313.55º 0.57% 0.64% -
XYZ 21.84 13.86 26.72 -
YUV 105.02 148.31 168.65 -
System Red Green Blue C M Y K H S L
Decimal 162 69 141 0 0.57 0.13 0.36 313.55 0.4 0.45
Hex A2 45 8D 0 39 D 24 13A 28 2D
Octal 242 105 215 0 71 15 44 472 50 55
Binary 10100010 1000101 10001101 0 111001 1101 100100 100111010 101000 101101

Color Harmonies of #A2458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2458D

Black with #A2458D

Text Example


Text Example

White with #A2458D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2458D; }

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

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

background-color css

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

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

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

border-color css

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

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

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