Html Css Color HEX #A1408D Medium Red Violet

📋 copy color: '#A1408D'

red 161 ◦ green 64 ◦ blue 141

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

Shades of Medium Red Violet #A1408D

Tints of Medium Red Violet #A1408D

RGB

 RED value IS 161 (63.28% from 255) = 43.99%

 GREEN value IS 64 (25.39% from 255) = 17.49%

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

R = 43.99%
G = 17.49%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A1408D (or 0xA1408D) is known color: Medium Red Violet. HEX triplet: A1, 40 and 8D. RGB value is (161,64,141). Sum of RGB (Red+Green+Blue) = 161+64+141=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 161 - color contains mainly: red. Hex color #A1408D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1408D is #5EBF72. Grayscale: #656565. Windows color (decimal): -6209395 or 9257121. OLE color: 9257121.

HSL color Cylindrical-coordinate representation of color #A1408D: hue angle of 312.37º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1408D is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 64 141 -
CMYK 0 0.60 0.12 0.37
HSL 312.37º 0.43% 0.44% -
HSV(B) 312.37º 0.6% 0.63% -
XYZ 21.34 13.17 26.62 -
YUV 101.78 150.14 170.24 -
System Red Green Blue C M Y K H S L
Decimal 161 64 141 0 0.60 0.12 0.37 312.37 0.43 0.44
Hex A1 40 8D 0 3C C 25 138 2B 2C
Octal 241 100 215 0 74 14 45 470 53 54
Binary 10100001 1000000 10001101 0 111100 1100 100101 100111000 101011 101100

Color Harmonies of #A1408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1408D

Black with #A1408D

Text Example


Text Example

White with #A1408D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1408D; }

 p { color: rgb(161,64,141); }

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

background-color css

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

 a { background-color: rgb(161,64,141); }

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

border-color css

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

 span { border-color: rgb(161,64,141); }

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