Html Css Color HEX #A23383 Medium Red Violet

📋 copy color: '#A23383'

red 162 ◦ green 51 ◦ blue 131

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

Shades of Medium Red Violet #A23383

Tints of Medium Red Violet #A23383

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.83%

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

R = 47.09%
G = 14.83%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A23383 (or 0xA23383) is known color: Medium Red Violet. HEX triplet: A2, 33 and 83. RGB value is (162,51,131). Sum of RGB (Red+Green+Blue) = 162+51+131=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A23383 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23383 is #5DCC7C. Grayscale: #5D5D5D. Windows color (decimal): -6147197 or 8598434. OLE color: 8598434.

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

Color convert

RGB 162 51 131 -
CMYK 0 0.69 0.19 0.36
HSL 316.76º 0.52% 0.42% -
HSV(B) 316.76º 0.69% 0.64% -
XYZ 20.18 11.69 22.67 -
YUV 93.31 149.27 177 -
System Red Green Blue C M Y K H S L
Decimal 162 51 131 0 0.69 0.19 0.36 316.76 0.52 0.42
Hex A2 33 83 0 45 13 24 13D 34 2A
Octal 242 63 203 0 105 23 44 475 64 52
Binary 10100010 110011 10000011 0 1000101 10011 100100 100111101 110100 101010

Color Harmonies of #A23383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23383

Black with #A23383

Text Example


Text Example

White with #A23383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23383; }

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

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

background-color css

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

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

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

border-color css

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

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

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