Html Css Color HEX #A81A8D Medium Violet Red

📋 copy color: '#A81A8D'

red 168 ◦ green 26 ◦ blue 141

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

Shades of Medium Violet Red #A81A8D

Tints of Medium Violet Red #A81A8D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.76%

 BLUE value IS 141 (55.47% from 255) = 42.09%

R = 50.15%
G = 7.76%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A81A8D (or 0xA81A8D) is known color: Medium Violet Red. HEX triplet: A8, 1A and 8D. RGB value is (168,26,141). Sum of RGB (Red+Green+Blue) = 168+26+141=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A81A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81A8D is #57E572. Grayscale: #515151. Windows color (decimal): -5760371 or 9247400. OLE color: 9247400.

HSL color Cylindrical-coordinate representation of color #A81A8D: hue angle of 311.41º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81A8D is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 26 141 -
CMYK 0 0.85 0.16 0.34
HSL 311.41º 0.73% 0.38% -
HSV(B) 311.41º 0.85% 0.66% -
XYZ 21.33 10.99 26.2 -
YUV 81.57 161.54 189.65 -
System Red Green Blue C M Y K H S L
Decimal 168 26 141 0 0.85 0.16 0.34 311.41 0.73 0.38
Hex A8 1A 8D 0 55 10 22 137 49 26
Octal 250 32 215 0 125 20 42 467 111 46
Binary 10101000 11010 10001101 0 1010101 10000 100010 100110111 1001001 100110

Color Harmonies of #A81A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81A8D

Black with #A81A8D

Text Example


Text Example

White with #A81A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81A8D; }

 p { color: rgb(168,26,141); }

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

background-color css

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

 a { background-color: rgb(168,26,141); }

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

border-color css

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

 span { border-color: rgb(168,26,141); }

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