Html Css Color HEX #A23E80 Medium Red Violet

📋 copy color: '#A23E80'

red 162 ◦ green 62 ◦ blue 128

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

Shades of Medium Red Violet #A23E80

Tints of Medium Red Violet #A23E80

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.61%

 BLUE value IS 128 (50.39% from 255) = 36.36%

R = 46.02%
G = 17.61%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A23E80 (or 0xA23E80) is known color: Medium Red Violet. HEX triplet: A2, 3E and 80. RGB value is (162,62,128). Sum of RGB (Red+Green+Blue) = 162+62+128=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 62 (24.61% from 255 or 17.61% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23E80 is #5DC17F. Grayscale: #636363. Windows color (decimal): -6144384 or 8404642. OLE color: 8404642.

HSL color Cylindrical-coordinate representation of color #A23E80: hue angle of 320.4º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A23E80 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 62 128 -
CMYK 0 0.62 0.21 0.36
HSL 320.4º 0.45% 0.44% -
HSV(B) 320.4º 0.62% 0.64% -
XYZ 20.52 12.69 21.79 -
YUV 99.42 144.13 172.63 -
System Red Green Blue C M Y K H S L
Decimal 162 62 128 0 0.62 0.21 0.36 320.4 0.45 0.44
Hex A2 3E 80 0 3E 15 24 140 2D 2C
Octal 242 76 200 0 76 25 44 500 55 54
Binary 10100010 111110 10000000 0 111110 10101 100100 101000000 101101 101100

Color Harmonies of #A23E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23E80

Black with #A23E80

Text Example


Text Example

White with #A23E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23E80; }

 p { color: rgb(162,62,128); }

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

background-color css

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

 a { background-color: rgb(162,62,128); }

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

border-color css

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

 span { border-color: rgb(162,62,128); }

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