Html Css Color HEX #A23391 Medium Red Violet

📋 copy color: '#A23391'

red 162 ◦ green 51 ◦ blue 145

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

Shades of Medium Red Violet #A23391

Tints of Medium Red Violet #A23391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.25%

 BLUE value IS 145 (57.03% from 255) = 40.5%

R = 45.25%
G = 14.25%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A23391 (or 0xA23391) is known color: Medium Red Violet. HEX triplet: A2, 33 and 91. RGB value is (162,51,145). Sum of RGB (Red+Green+Blue) = 162+51+145=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A23391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23391 is #5DCC6E. Grayscale: #5E5E5E. Windows color (decimal): -6147183 or 9515938. OLE color: 9515938.

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

Color convert

RGB 162 51 145 -
CMYK 0 0.69 0.10 0.36
HSL 309.19º 0.52% 0.42% -
HSV(B) 309.19º 0.69% 0.64% -
XYZ 21.19 12.09 28.01 -
YUV 94.91 156.27 175.86 -
System Red Green Blue C M Y K H S L
Decimal 162 51 145 0 0.69 0.10 0.36 309.19 0.52 0.42
Hex A2 33 91 0 45 A 24 135 34 2A
Octal 242 63 221 0 105 12 44 465 64 52
Binary 10100010 110011 10010001 0 1000101 1010 100100 100110101 110100 101010

Color Harmonies of #A23391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23391

Black with #A23391

Text Example


Text Example

White with #A23391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23391; }

 p { color: rgb(162,51,145); }

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

background-color css

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

 a { background-color: rgb(162,51,145); }

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

border-color css

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

 span { border-color: rgb(162,51,145); }

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