Html Css Color HEX #A1518B Strikemaster

📋 copy color: '#A1518B'

red 161 ◦ green 81 ◦ blue 139

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

Shades of Strikemaster #A1518B

Tints of Strikemaster #A1518B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.26%

 BLUE value IS 139 (54.69% from 255) = 36.48%

R = 42.26%
G = 21.26%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A1518B (or 0xA1518B) is known color: Strikemaster. HEX triplet: A1, 51 and 8B. RGB value is (161,81,139). Sum of RGB (Red+Green+Blue) = 161+81+139=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A1518B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1518B is #5EAE74. Grayscale: #6F6F6F. Windows color (decimal): -6205045 or 9130401. OLE color: 9130401.

HSL color Cylindrical-coordinate representation of color #A1518B: hue angle of 316.5º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1518B is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 81 139 -
CMYK 0 0.50 0.14 0.37
HSL 316.5º 0.33% 0.47% -
HSV(B) 316.5º 0.5% 0.63% -
XYZ 22.3 15.33 26.21 -
YUV 111.53 143.5 163.28 -
System Red Green Blue C M Y K H S L
Decimal 161 81 139 0 0.50 0.14 0.37 316.5 0.33 0.47
Hex A1 51 8B 0 32 E 25 13C 21 2F
Octal 241 121 213 0 62 16 45 474 41 57
Binary 10100001 1010001 10001011 0 110010 1110 100101 100111100 100001 101111

Color Harmonies of #A1518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1518B

Black with #A1518B

Text Example


Text Example

White with #A1518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1518B; }

 p { color: rgb(161,81,139); }

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

background-color css

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

 a { background-color: rgb(161,81,139); }

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

border-color css

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

 span { border-color: rgb(161,81,139); }

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