Html Css Color HEX #A2458A Medium Red Violet

📋 copy color: '#A2458A'

red 162 ◦ green 69 ◦ blue 138

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

Shades of Medium Red Violet #A2458A

Tints of Medium Red Violet #A2458A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.4%

R = 43.9%
G = 18.7%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A2458A (or 0xA2458A) is known color: Medium Red Violet. HEX triplet: A2, 45 and 8A. RGB value is (162,69,138). Sum of RGB (Red+Green+Blue) = 162+69+138=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A2458A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2458A is #5DBA75. Grayscale: #686868. Windows color (decimal): -6142582 or 9061794. OLE color: 9061794.

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

Color convert

RGB 162 69 138 -
CMYK 0 0.57 0.15 0.36
HSL 315.48º 0.4% 0.45% -
HSV(B) 315.48º 0.57% 0.64% -
XYZ 21.62 13.77 25.56 -
YUV 104.67 146.81 168.89 -
System Red Green Blue C M Y K H S L
Decimal 162 69 138 0 0.57 0.15 0.36 315.48 0.4 0.45
Hex A2 45 8A 0 39 F 24 13B 28 2D
Octal 242 105 212 0 71 17 44 473 50 55
Binary 10100010 1000101 10001010 0 111001 1111 100100 100111011 101000 101101

Color Harmonies of #A2458A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2458A

Black with #A2458A

Text Example


Text Example

White with #A2458A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2458A; }

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

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

background-color css

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

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

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

border-color css

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

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

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