Html Css Color HEX #A23595 Medium Red Violet

📋 copy color: '#A23595'

red 162 ◦ green 53 ◦ blue 149

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

Shades of Medium Red Violet #A23595

Tints of Medium Red Violet #A23595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.93%

R = 44.51%
G = 14.56%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A23595 (or 0xA23595) is known color: Medium Red Violet. HEX triplet: A2, 35 and 95. RGB value is (162,53,149). Sum of RGB (Red+Green+Blue) = 162+53+149=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A23595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23595 is #5DCA6A. Grayscale: #606060. Windows color (decimal): -6146667 or 9778594. OLE color: 9778594.

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

Color convert

RGB 162 53 149 -
CMYK 0 0.67 0.08 0.36
HSL 307.16º 0.51% 0.42% -
HSV(B) 307.16º 0.67% 0.64% -
XYZ 21.6 12.4 29.69 -
YUV 96.54 157.61 174.69 -
System Red Green Blue C M Y K H S L
Decimal 162 53 149 0 0.67 0.08 0.36 307.16 0.51 0.42
Hex A2 35 95 0 43 8 24 133 33 2A
Octal 242 65 225 0 103 10 44 463 63 52
Binary 10100010 110101 10010101 0 1000011 1000 100100 100110011 110011 101010

Color Harmonies of #A23595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23595

Black with #A23595

Text Example


Text Example

White with #A23595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23595; }

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

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

background-color css

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

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

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

border-color css

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

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

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