Html Css Color HEX #A23083 Medium Red Violet

📋 copy color: '#A23083'

red 162 ◦ green 48 ◦ blue 131

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

Shades of Medium Red Violet #A23083

Tints of Medium Red Violet #A23083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.42%

R = 47.51%
G = 14.08%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A23083 (or 0xA23083) is known color: Medium Red Violet. HEX triplet: A2, 30 and 83. RGB value is (162,48,131). Sum of RGB (Red+Green+Blue) = 162+48+131=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A23083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23083 is #5DCF7C. Grayscale: #5B5B5B. Windows color (decimal): -6147965 or 8597666. OLE color: 8597666.

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

Color convert

RGB 162 48 131 -
CMYK 0 0.70 0.19 0.36
HSL 316.32º 0.54% 0.41% -
HSV(B) 316.32º 0.7% 0.64% -
XYZ 20.05 11.43 22.62 -
YUV 91.55 150.27 178.25 -
System Red Green Blue C M Y K H S L
Decimal 162 48 131 0 0.70 0.19 0.36 316.32 0.54 0.41
Hex A2 30 83 0 46 13 24 13C 36 29
Octal 242 60 203 0 106 23 44 474 66 51
Binary 10100010 110000 10000011 0 1000110 10011 100100 100111100 110110 101001

Color Harmonies of #A23083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23083

Black with #A23083

Text Example


Text Example

White with #A23083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23083; }

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

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

background-color css

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

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

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

border-color css

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

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

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