Html Css Color HEX #A1368A Medium Red Violet

📋 copy color: '#A1368A'

red 161 ◦ green 54 ◦ blue 138

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

Shades of Medium Red Violet #A1368A

Tints of Medium Red Violet #A1368A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.09%

R = 45.61%
G = 15.3%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A1368A (or 0xA1368A) is known color: Medium Red Violet. HEX triplet: A1, 36 and 8A. RGB value is (161,54,138). Sum of RGB (Red+Green+Blue) = 161+54+138=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 161 - color contains mainly: red. Hex color #A1368A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1368A is #5EC975. Grayscale: #5F5F5F. Windows color (decimal): -6211958 or 9057953. OLE color: 9057953.

HSL color Cylindrical-coordinate representation of color #A1368A: hue angle of 312.9º 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 #A1368A is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 54 138 -
CMYK 0 0.66 0.14 0.37
HSL 312.9º 0.5% 0.42% -
HSV(B) 312.9º 0.66% 0.63% -
XYZ 20.6 12.05 25.28 -
YUV 95.57 151.95 174.67 -
System Red Green Blue C M Y K H S L
Decimal 161 54 138 0 0.66 0.14 0.37 312.9 0.5 0.42
Hex A1 36 8A 0 42 E 25 139 32 2A
Octal 241 66 212 0 102 16 45 471 62 52
Binary 10100001 110110 10001010 0 1000010 1110 100101 100111001 110010 101010

Color Harmonies of #A1368A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1368A

Black with #A1368A

Text Example


Text Example

White with #A1368A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1368A; }

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

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

background-color css

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

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

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

border-color css

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

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

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