Html Css Color HEX #A16688 Strikemaster

📋 copy color: '#A16688'

red 161 ◦ green 102 ◦ blue 136

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

Shades of Strikemaster #A16688

Tints of Strikemaster #A16688

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.56%

 BLUE value IS 136 (53.52% from 255) = 34.09%

R = 40.35%
G = 25.56%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A16688 (or 0xA16688) is known color: Strikemaster. HEX triplet: A1, 66 and 88. RGB value is (161,102,136). Sum of RGB (Red+Green+Blue) = 161+102+136=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 161 - color contains mainly: red. Hex color #A16688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16688 is #5E9977. Grayscale: #7B7B7B. Windows color (decimal): -6199672 or 8939169. OLE color: 8939169.

HSL color Cylindrical-coordinate representation of color #A16688: hue angle of 325.42º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A16688 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 102 136 -
CMYK 0 0.37 0.16 0.37
HSL 325.42º 0.24% 0.52% -
HSV(B) 325.42º 0.37% 0.63% -
XYZ 23.89 18.86 25.67 -
YUV 123.52 135.05 154.74 -
System Red Green Blue C M Y K H S L
Decimal 161 102 136 0 0.37 0.16 0.37 325.42 0.24 0.52
Hex A1 66 88 0 25 10 25 145 18 34
Octal 241 146 210 0 45 20 45 505 30 64
Binary 10100001 1100110 10001000 0 100101 10000 100101 101000101 11000 110100

Color Harmonies of #A16688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16688

Black with #A16688

Text Example


Text Example

White with #A16688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16688; }

 p { color: rgb(161,102,136); }

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

background-color css

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

 a { background-color: rgb(161,102,136); }

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

border-color css

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

 span { border-color: rgb(161,102,136); }

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