Html Css Color HEX #A81283 Medium Violet Red

📋 copy color: '#A81283'

red 168 ◦ green 18 ◦ blue 131

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

Shades of Medium Violet Red #A81283

Tints of Medium Violet Red #A81283

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.68%

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

R = 53%
G = 5.68%
B = 41.32%

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

#A81283 (or 0xA81283) is known color: Medium Violet Red. HEX triplet: A8, 12 and 83. RGB value is (168,18,131). Sum of RGB (Red+Green+Blue) = 168+18+131=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A81283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81283 is #57ED7C. Grayscale: #4B4B4B. Windows color (decimal): -5762429 or 8589992. OLE color: 8589992.

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

Color convert

RGB 168 18 131 -
CMYK 0 0.89 0.22 0.34
HSL 314.8º 0.81% 0.36% -
HSV(B) 314.8º 0.89% 0.66% -
XYZ 20.46 10.4 22.4 -
YUV 75.73 159.2 193.81 -
System Red Green Blue C M Y K H S L
Decimal 168 18 131 0 0.89 0.22 0.34 314.8 0.81 0.36
Hex A8 12 83 0 59 16 22 13B 51 24
Octal 250 22 203 0 131 26 42 473 121 44
Binary 10101000 10010 10000011 0 1011001 10110 100010 100111011 1010001 100100

Color Harmonies of #A81283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81283

Black with #A81283

Text Example


Text Example

White with #A81283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81283; }

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

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

background-color css

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

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

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

border-color css

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

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

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