Html Css Color HEX #A23596 Medium Red Violet

📋 copy color: '#A23596'

red 162 ◦ green 53 ◦ blue 150

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

Shades of Medium Red Violet #A23596

Tints of Medium Red Violet #A23596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.1%

R = 44.38%
G = 14.52%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A23596 (or 0xA23596) is known color: Medium Red Violet. HEX triplet: A2, 35 and 96. RGB value is (162,53,150). Sum of RGB (Red+Green+Blue) = 162+53+150=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A23596 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23596 is #5DCA69. Grayscale: #606060. Windows color (decimal): -6146666 or 9844130. OLE color: 9844130.

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

Color convert

RGB 162 53 150 -
CMYK 0 0.67 0.07 0.36
HSL 306.61º 0.51% 0.42% -
HSV(B) 306.61º 0.67% 0.64% -
XYZ 21.68 12.43 30.11 -
YUV 96.65 158.11 174.61 -
System Red Green Blue C M Y K H S L
Decimal 162 53 150 0 0.67 0.07 0.36 306.61 0.51 0.42
Hex A2 35 96 0 43 7 24 133 33 2A
Octal 242 65 226 0 103 7 44 463 63 52
Binary 10100010 110101 10010110 0 1000011 111 100100 100110011 110011 101010

Color Harmonies of #A23596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23596

Black with #A23596

Text Example


Text Example

White with #A23596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23596; }

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

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

background-color css

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

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

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

border-color css

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

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

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