Html Css Color HEX #A23194 Medium Red Violet

📋 copy color: '#A23194'

red 162 ◦ green 49 ◦ blue 148

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

Shades of Medium Red Violet #A23194

Tints of Medium Red Violet #A23194

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.65%

 BLUE value IS 148 (58.2% from 255) = 41.23%

R = 45.13%
G = 13.65%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A23194 (or 0xA23194) is known color: Medium Red Violet. HEX triplet: A2, 31 and 94. RGB value is (162,49,148). Sum of RGB (Red+Green+Blue) = 162+49+148=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A23194 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23194 is #5DCE6B. Grayscale: #5D5D5D. Windows color (decimal): -6147692 or 9712034. OLE color: 9712034.

HSL color Cylindrical-coordinate representation of color #A23194: hue angle of 307.43º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23194 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 49 148 -
CMYK 0 0.70 0.09 0.36
HSL 307.43º 0.54% 0.41% -
HSV(B) 307.43º 0.7% 0.64% -
XYZ 21.34 12.02 29.21 -
YUV 94.07 158.44 176.45 -
System Red Green Blue C M Y K H S L
Decimal 162 49 148 0 0.70 0.09 0.36 307.43 0.54 0.41
Hex A2 31 94 0 46 9 24 133 36 29
Octal 242 61 224 0 106 11 44 463 66 51
Binary 10100010 110001 10010100 0 1000110 1001 100100 100110011 110110 101001

Color Harmonies of #A23194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23194

Black with #A23194

Text Example


Text Example

White with #A23194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23194; }

 p { color: rgb(162,49,148); }

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

background-color css

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

 a { background-color: rgb(162,49,148); }

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

border-color css

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

 span { border-color: rgb(162,49,148); }

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