Html Css Color HEX #A23590 Medium Red Violet

📋 copy color: '#A23590'

red 162 ◦ green 53 ◦ blue 144

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

Shades of Medium Red Violet #A23590

Tints of Medium Red Violet #A23590

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.76%

 BLUE value IS 144 (56.64% from 255) = 40.11%

R = 45.13%
G = 14.76%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A23590 (or 0xA23590) is known color: Medium Red Violet. HEX triplet: A2, 35 and 90. RGB value is (162,53,144). Sum of RGB (Red+Green+Blue) = 162+53+144=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A23590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23590 is #5DCA6F. Grayscale: #5F5F5F. Windows color (decimal): -6146672 or 9450914. OLE color: 9450914.

HSL color Cylindrical-coordinate representation of color #A23590: hue angle of 309.91º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A23590 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 53 144 -
CMYK 0 0.67 0.11 0.36
HSL 309.91º 0.51% 0.42% -
HSV(B) 309.91º 0.67% 0.64% -
XYZ 21.21 12.24 27.63 -
YUV 95.97 155.11 175.1 -
System Red Green Blue C M Y K H S L
Decimal 162 53 144 0 0.67 0.11 0.36 309.91 0.51 0.42
Hex A2 35 90 0 43 B 24 136 33 2A
Octal 242 65 220 0 103 13 44 466 63 52
Binary 10100010 110101 10010000 0 1000011 1011 100100 100110110 110011 101010

Color Harmonies of #A23590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23590

Black with #A23590

Text Example


Text Example

White with #A23590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23590; }

 p { color: rgb(162,53,144); }

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

background-color css

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

 a { background-color: rgb(162,53,144); }

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

border-color css

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

 span { border-color: rgb(162,53,144); }

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