Html Css Color HEX #A81385 Medium Violet Red

📋 copy color: '#A81385'

red 168 ◦ green 19 ◦ blue 133

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

Shades of Medium Violet Red #A81385

Tints of Medium Violet Red #A81385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.56%

R = 52.5%
G = 5.94%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A81385 (or 0xA81385) is known color: Medium Violet Red. HEX triplet: A8, 13 and 85. RGB value is (168,19,133). Sum of RGB (Red+Green+Blue) = 168+19+133=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A81385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81385 is #57EC7A. Grayscale: #4C4C4C. Windows color (decimal): -5762171 or 8721320. OLE color: 8721320.

HSL color Cylindrical-coordinate representation of color #A81385: hue angle of 314.09º 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 #A81385 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 19 133 -
CMYK 0 0.89 0.21 0.34
HSL 314.09º 0.8% 0.37% -
HSV(B) 314.09º 0.89% 0.66% -
XYZ 20.61 10.48 23.13 -
YUV 76.55 159.86 193.23 -
System Red Green Blue C M Y K H S L
Decimal 168 19 133 0 0.89 0.21 0.34 314.09 0.8 0.37
Hex A8 13 85 0 59 15 22 13A 50 25
Octal 250 23 205 0 131 25 42 472 120 45
Binary 10101000 10011 10000101 0 1011001 10101 100010 100111010 1010000 100101

Color Harmonies of #A81385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81385

Black with #A81385

Text Example


Text Example

White with #A81385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81385; }

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

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

background-color css

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

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

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

border-color css

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

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

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