Html Css Color HEX #A23089 Medium Red Violet

📋 copy color: '#A23089'

red 162 ◦ green 48 ◦ blue 137

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

Shades of Medium Red Violet #A23089

Tints of Medium Red Violet #A23089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.83%

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

R = 46.69%
G = 13.83%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A23089 (or 0xA23089) is known color: Medium Red Violet. HEX triplet: A2, 30 and 89. RGB value is (162,48,137). Sum of RGB (Red+Green+Blue) = 162+48+137=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A23089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23089 is #5DCF76. Grayscale: #5B5B5B. Windows color (decimal): -6147959 or 8990882. OLE color: 8990882.

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

Color convert

RGB 162 48 137 -
CMYK 0 0.70 0.15 0.36
HSL 313.16º 0.54% 0.41% -
HSV(B) 313.16º 0.7% 0.64% -
XYZ 20.47 11.6 24.83 -
YUV 92.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 162 48 137 0 0.70 0.15 0.36 313.16 0.54 0.41
Hex A2 30 89 0 46 F 24 139 36 29
Octal 242 60 211 0 106 17 44 471 66 51
Binary 10100010 110000 10001001 0 1000110 1111 100100 100111001 110110 101001

Color Harmonies of #A23089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23089

Black with #A23089

Text Example


Text Example

White with #A23089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23089; }

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

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

background-color css

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

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

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

border-color css

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

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

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