Html Css Color HEX #A23186 Medium Red Violet

📋 copy color: '#A23186'

red 162 ◦ green 49 ◦ blue 134

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

Shades of Medium Red Violet #A23186

Tints of Medium Red Violet #A23186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 38.84%

R = 46.96%
G = 14.2%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A23186 (or 0xA23186) is known color: Medium Red Violet. HEX triplet: A2, 31 and 86. RGB value is (162,49,134). Sum of RGB (Red+Green+Blue) = 162+49+134=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A23186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23186 is #5DCE79. Grayscale: #5C5C5C. Windows color (decimal): -6147706 or 8794530. OLE color: 8794530.

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

Color convert

RGB 162 49 134 -
CMYK 0 0.70 0.17 0.36
HSL 314.87º 0.54% 0.41% -
HSV(B) 314.87º 0.7% 0.64% -
XYZ 20.3 11.6 23.72 -
YUV 92.48 151.44 177.59 -
System Red Green Blue C M Y K H S L
Decimal 162 49 134 0 0.70 0.17 0.36 314.87 0.54 0.41
Hex A2 31 86 0 46 11 24 13B 36 29
Octal 242 61 206 0 106 21 44 473 66 51
Binary 10100010 110001 10000110 0 1000110 10001 100100 100111011 110110 101001

Color Harmonies of #A23186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23186

Black with #A23186

Text Example


Text Example

White with #A23186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23186; }

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

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

background-color css

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

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

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

border-color css

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

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

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