Html Css Color HEX #A1368D Medium Red Violet

📋 copy color: '#A1368D'

red 161 ◦ green 54 ◦ blue 141

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

Shades of Medium Red Violet #A1368D

Tints of Medium Red Violet #A1368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.17%

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

R = 45.22%
G = 15.17%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A1368D (or 0xA1368D) is known color: Medium Red Violet. HEX triplet: A1, 36 and 8D. RGB value is (161,54,141). Sum of RGB (Red+Green+Blue) = 161+54+141=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A1368D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1368D is #5EC972. Grayscale: #5F5F5F. Windows color (decimal): -6211955 or 9254561. OLE color: 9254561.

HSL color Cylindrical-coordinate representation of color #A1368D: hue angle of 311.21º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1368D is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 54 141 -
CMYK 0 0.66 0.12 0.37
HSL 311.22º 0.5% 0.42% -
HSV(B) 311.22º 0.66% 0.63% -
XYZ 20.82 12.14 26.44 -
YUV 95.91 153.45 174.43 -
System Red Green Blue C M Y K H S L
Decimal 161 54 141 0 0.66 0.12 0.37 311.22 0.5 0.42
Hex A1 36 8D 0 42 C 25 137 32 2A
Octal 241 66 215 0 102 14 45 467 62 52
Binary 10100001 110110 10001101 0 1000010 1100 100101 100110111 110010 101010

Color Harmonies of #A1368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1368D

Black with #A1368D

Text Example


Text Example

White with #A1368D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1368D; }

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

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

background-color css

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

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

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

border-color css

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

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

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