Html Css Color HEX #A81489 Medium Violet Red

📋 copy color: '#A81489'

red 168 ◦ green 20 ◦ blue 137

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

Shades of Medium Violet Red #A81489

Tints of Medium Violet Red #A81489

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.15%

 BLUE value IS 137 (53.91% from 255) = 42.15%

R = 51.69%
G = 6.15%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A81489 (or 0xA81489) is known color: Medium Violet Red. HEX triplet: A8, 14 and 89. RGB value is (168,20,137). Sum of RGB (Red+Green+Blue) = 168+20+137=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A81489 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81489 is #57EB76. Grayscale: #4D4D4D. Windows color (decimal): -5761911 or 8983720. OLE color: 8983720.

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

Color convert

RGB 168 20 137 -
CMYK 0 0.88 0.18 0.34
HSL 312.57º 0.79% 0.37% -
HSV(B) 312.57º 0.88% 0.66% -
XYZ 20.91 10.63 24.62 -
YUV 77.59 161.53 192.49 -
System Red Green Blue C M Y K H S L
Decimal 168 20 137 0 0.88 0.18 0.34 312.57 0.79 0.37
Hex A8 14 89 0 58 12 22 139 4F 25
Octal 250 24 211 0 130 22 42 471 117 45
Binary 10101000 10100 10001001 0 1011000 10010 100010 100111001 1001111 100101

Color Harmonies of #A81489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81489

Black with #A81489

Text Example


Text Example

White with #A81489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81489; }

 p { color: rgb(168,20,137); }

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

background-color css

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

 a { background-color: rgb(168,20,137); }

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

border-color css

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

 span { border-color: rgb(168,20,137); }

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