Html Css Color HEX #A81383 Medium Violet Red

📋 copy color: '#A81383'

red 168 ◦ green 19 ◦ blue 131

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

Shades of Medium Violet Red #A81383

Tints of Medium Violet Red #A81383

RGB

 RED value IS 168 (66.02% from 255) = 52.83%

 GREEN value IS 19 (7.81% from 255) = 5.97%

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

R = 52.83%
G = 5.97%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#A81383 (or 0xA81383) is known color: Medium Violet Red. HEX triplet: A8, 13 and 83. RGB value is (168,19,131). Sum of RGB (Red+Green+Blue) = 168+19+131=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A81383 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81383 is #57EC7C. Grayscale: #4C4C4C. Windows color (decimal): -5762173 or 8590248. OLE color: 8590248.

HSL color Cylindrical-coordinate representation of color #A81383: hue angle of 314.9º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81383 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 19 131 -
CMYK 0 0.89 0.22 0.34
HSL 314.9º 0.8% 0.37% -
HSV(B) 314.9º 0.89% 0.66% -
XYZ 20.48 10.43 22.41 -
YUV 76.32 158.86 193.39 -
System Red Green Blue C M Y K H S L
Decimal 168 19 131 0 0.89 0.22 0.34 314.9 0.8 0.37
Hex A8 13 83 0 59 16 22 13B 50 25
Octal 250 23 203 0 131 26 42 473 120 45
Binary 10101000 10011 10000011 0 1011001 10110 100010 100111011 1010000 100101

Color Harmonies of #A81383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81383

Black with #A81383

Text Example


Text Example

White with #A81383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81383; }

 p { color: rgb(168,19,131); }

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

background-color css

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

 a { background-color: rgb(168,19,131); }

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

border-color css

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

 span { border-color: rgb(168,19,131); }

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