Html Css Color HEX #A23392 Medium Red Violet

📋 copy color: '#A23392'

red 162 ◦ green 51 ◦ blue 146

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

Shades of Medium Red Violet #A23392

Tints of Medium Red Violet #A23392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.67%

R = 45.13%
G = 14.21%
B = 40.67%

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

#A23392 (or 0xA23392) is known color: Medium Red Violet. HEX triplet: A2, 33 and 92. RGB value is (162,51,146). Sum of RGB (Red+Green+Blue) = 162+51+146=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A23392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23392 is #5DCC6D. Grayscale: #5E5E5E. Windows color (decimal): -6147182 or 9581474. OLE color: 9581474.

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

Color convert

RGB 162 51 146 -
CMYK 0 0.69 0.10 0.36
HSL 308.65º 0.52% 0.42% -
HSV(B) 308.65º 0.69% 0.64% -
XYZ 21.27 12.12 28.41 -
YUV 95.02 156.77 175.78 -
System Red Green Blue C M Y K H S L
Decimal 162 51 146 0 0.69 0.10 0.36 308.65 0.52 0.42
Hex A2 33 92 0 45 A 24 135 34 2A
Octal 242 63 222 0 105 12 44 465 64 52
Binary 10100010 110011 10010010 0 1000101 1010 100100 100110101 110100 101010

Color Harmonies of #A23392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23392

Black with #A23392

Text Example


Text Example

White with #A23392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23392; }

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

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

background-color css

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

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

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

border-color css

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

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

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