Html Css Color HEX #A1368C Medium Red Violet

📋 copy color: '#A1368C'

red 161 ◦ green 54 ◦ blue 140

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

Shades of Medium Red Violet #A1368C

Tints of Medium Red Violet #A1368C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.44%

R = 45.35%
G = 15.21%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A1368C (or 0xA1368C) is known color: Medium Red Violet. HEX triplet: A1, 36 and 8C. RGB value is (161,54,140). Sum of RGB (Red+Green+Blue) = 161+54+140=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A1368C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1368C is #5EC973. Grayscale: #5F5F5F. Windows color (decimal): -6211956 or 9189025. OLE color: 9189025.

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

Color convert

RGB 161 54 140 -
CMYK 0 0.66 0.13 0.37
HSL 311.78º 0.5% 0.42% -
HSV(B) 311.78º 0.66% 0.63% -
XYZ 20.75 12.11 26.05 -
YUV 95.8 152.95 174.51 -
System Red Green Blue C M Y K H S L
Decimal 161 54 140 0 0.66 0.13 0.37 311.78 0.5 0.42
Hex A1 36 8C 0 42 D 25 138 32 2A
Octal 241 66 214 0 102 15 45 470 62 52
Binary 10100001 110110 10001100 0 1000010 1101 100101 100111000 110010 101010

Color Harmonies of #A1368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1368C

Black with #A1368C

Text Example


Text Example

White with #A1368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1368C; }

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

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

background-color css

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

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

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

border-color css

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

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

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