Html Css Color HEX #A16384 Strikemaster

📋 copy color: '#A16384'

red 161 ◦ green 99 ◦ blue 132

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

Shades of Strikemaster #A16384

Tints of Strikemaster #A16384

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.26%

 BLUE value IS 132 (51.95% from 255) = 33.67%

R = 41.07%
G = 25.26%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A16384 (or 0xA16384) is known color: Strikemaster. HEX triplet: A1, 63 and 84. RGB value is (161,99,132). Sum of RGB (Red+Green+Blue) = 161+99+132=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 161 - color contains mainly: red. Hex color #A16384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16384 is #5E9C7B. Grayscale: #797979. Windows color (decimal): -6200444 or 8676257. OLE color: 8676257.

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

Color convert

RGB 161 99 132 -
CMYK 0 0.39 0.18 0.37
HSL 328.06º 0.25% 0.51% -
HSV(B) 328.06º 0.39% 0.63% -
XYZ 23.32 18.17 24.11 -
YUV 121.3 134.04 156.32 -
System Red Green Blue C M Y K H S L
Decimal 161 99 132 0 0.39 0.18 0.37 328.06 0.25 0.51
Hex A1 63 84 0 27 12 25 148 19 33
Octal 241 143 204 0 47 22 45 510 31 63
Binary 10100001 1100011 10000100 0 100111 10010 100101 101001000 11001 110011

Color Harmonies of #A16384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16384

Black with #A16384

Text Example


Text Example

White with #A16384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16384; }

 p { color: rgb(161,99,132); }

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

background-color css

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

 a { background-color: rgb(161,99,132); }

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

border-color css

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

 span { border-color: rgb(161,99,132); }

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