Html Css Color HEX #A23A80 Medium Red Violet

📋 copy color: '#A23A80'

red 162 ◦ green 58 ◦ blue 128

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

Shades of Medium Red Violet #A23A80

Tints of Medium Red Violet #A23A80

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.67%

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

R = 46.55%
G = 16.67%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A23A80 (or 0xA23A80) is known color: Medium Red Violet. HEX triplet: A2, 3A and 80. RGB value is (162,58,128). Sum of RGB (Red+Green+Blue) = 162+58+128=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 128 (50.39% from 255 or 36.78% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23A80 is #5DC57F. Grayscale: #606060. Windows color (decimal): -6145408 or 8403618. OLE color: 8403618.

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

Color convert

RGB 162 58 128 -
CMYK 0 0.64 0.21 0.36
HSL 319.62º 0.47% 0.43% -
HSV(B) 319.62º 0.64% 0.64% -
XYZ 20.31 12.27 21.72 -
YUV 97.08 145.46 174.31 -
System Red Green Blue C M Y K H S L
Decimal 162 58 128 0 0.64 0.21 0.36 319.62 0.47 0.43
Hex A2 3A 80 0 40 15 24 140 2F 2B
Octal 242 72 200 0 100 25 44 500 57 53
Binary 10100010 111010 10000000 0 1000000 10101 100100 101000000 101111 101011

Color Harmonies of #A23A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23A80

Black with #A23A80

Text Example


Text Example

White with #A23A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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