Html Css Color HEX #A1618B Strikemaster

📋 copy color: '#A1618B'

red 161 ◦ green 97 ◦ blue 139

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

Shades of Strikemaster #A1618B

Tints of Strikemaster #A1618B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.43%

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

R = 40.55%
G = 24.43%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A1618B (or 0xA1618B) is known color: Strikemaster. HEX triplet: A1, 61 and 8B. RGB value is (161,97,139). Sum of RGB (Red+Green+Blue) = 161+97+139=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A1618B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1618B is #5E9E74. Grayscale: #787878. Windows color (decimal): -6200949 or 9134497. OLE color: 9134497.

HSL color Cylindrical-coordinate representation of color #A1618B: hue angle of 320.62º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1618B is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 97 139 -
CMYK 0 0.40 0.14 0.37
HSL 320.63º 0.25% 0.51% -
HSV(B) 320.63º 0.4% 0.63% -
XYZ 23.63 17.99 26.65 -
YUV 120.92 138.2 156.58 -
System Red Green Blue C M Y K H S L
Decimal 161 97 139 0 0.40 0.14 0.37 320.63 0.25 0.51
Hex A1 61 8B 0 28 E 25 141 19 33
Octal 241 141 213 0 50 16 45 501 31 63
Binary 10100001 1100001 10001011 0 101000 1110 100101 101000001 11001 110011

Color Harmonies of #A1618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1618B

Black with #A1618B

Text Example


Text Example

White with #A1618B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1618B; }

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

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

background-color css

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

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

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

border-color css

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

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

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