Html Css Color HEX #A23295 Medium Red Violet

📋 copy color: '#A23295'

red 162 ◦ green 50 ◦ blue 149

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

Shades of Medium Red Violet #A23295

Tints of Medium Red Violet #A23295

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.85%

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

R = 44.88%
G = 13.85%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A23295 (or 0xA23295) is known color: Medium Red Violet. HEX triplet: A2, 32 and 95. RGB value is (162,50,149). Sum of RGB (Red+Green+Blue) = 162+50+149=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A23295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23295 is #5DCD6A. Grayscale: #5E5E5E. Windows color (decimal): -6147435 or 9777826. OLE color: 9777826.

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

Color convert

RGB 162 50 149 -
CMYK 0 0.69 0.08 0.36
HSL 306.96º 0.53% 0.42% -
HSV(B) 306.96º 0.69% 0.64% -
XYZ 21.47 12.13 29.64 -
YUV 94.77 158.61 175.95 -
System Red Green Blue C M Y K H S L
Decimal 162 50 149 0 0.69 0.08 0.36 306.96 0.53 0.42
Hex A2 32 95 0 45 8 24 133 35 2A
Octal 242 62 225 0 105 10 44 463 65 52
Binary 10100010 110010 10010101 0 1000101 1000 100100 100110011 110101 101010

Color Harmonies of #A23295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23295

Black with #A23295

Text Example


Text Example

White with #A23295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23295; }

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

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

background-color css

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

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

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

border-color css

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

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

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