Html Css Color HEX #A2458C Medium Red Violet

📋 copy color: '#A2458C'

red 162 ◦ green 69 ◦ blue 140

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

Shades of Medium Red Violet #A2458C

Tints of Medium Red Violet #A2458C

RGB

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

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

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

R = 43.67%
G = 18.6%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2458C (or 0xA2458C) is known color: Medium Red Violet. HEX triplet: A2, 45 and 8C. RGB value is (162,69,140). Sum of RGB (Red+Green+Blue) = 162+69+140=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A2458C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2458C is #5DBA73. Grayscale: #686868. Windows color (decimal): -6142580 or 9192866. OLE color: 9192866.

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

Color convert

RGB 162 69 140 -
CMYK 0 0.57 0.14 0.36
HSL 314.19º 0.4% 0.45% -
HSV(B) 314.19º 0.57% 0.64% -
XYZ 21.76 13.83 26.33 -
YUV 104.9 147.81 168.73 -
System Red Green Blue C M Y K H S L
Decimal 162 69 140 0 0.57 0.14 0.36 314.19 0.4 0.45
Hex A2 45 8C 0 39 E 24 13A 28 2D
Octal 242 105 214 0 71 16 44 472 50 55
Binary 10100010 1000101 10001100 0 111001 1110 100100 100111010 101000 101101

Color Harmonies of #A2458C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2458C

Black with #A2458C

Text Example


Text Example

White with #A2458C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2458C; }

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

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

background-color css

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

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

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

border-color css

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

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

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