Html Css Color HEX #A23289 Medium Red Violet

📋 copy color: '#A23289'

red 162 ◦ green 50 ◦ blue 137

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

Shades of Medium Red Violet #A23289

Tints of Medium Red Violet #A23289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 39.26%

R = 46.42%
G = 14.33%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A23289 (or 0xA23289) is known color: Medium Red Violet. HEX triplet: A2, 32 and 89. RGB value is (162,50,137). Sum of RGB (Red+Green+Blue) = 162+50+137=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A23289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23289 is #5DCD76. Grayscale: #5D5D5D. Windows color (decimal): -6147447 or 8991394. OLE color: 8991394.

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

Color convert

RGB 162 50 137 -
CMYK 0 0.69 0.15 0.36
HSL 313.39º 0.53% 0.42% -
HSV(B) 313.39º 0.69% 0.64% -
XYZ 20.56 11.77 24.86 -
YUV 93.41 152.61 176.93 -
System Red Green Blue C M Y K H S L
Decimal 162 50 137 0 0.69 0.15 0.36 313.39 0.53 0.42
Hex A2 32 89 0 45 F 24 139 35 2A
Octal 242 62 211 0 105 17 44 471 65 52
Binary 10100010 110010 10001001 0 1000101 1111 100100 100111001 110101 101010

Color Harmonies of #A23289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23289

Black with #A23289

Text Example


Text Example

White with #A23289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23289; }

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

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

background-color css

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

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

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

border-color css

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

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

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