Html Css Color HEX #A76188 Strikemaster

📋 copy color: '#A76188'

red 167 ◦ green 97 ◦ blue 136

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

Shades of Strikemaster #A76188

Tints of Strikemaster #A76188

RGB

 RED value IS 167 (65.63% from 255) = 41.75%

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

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

R = 41.75%
G = 24.25%
B = 34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A76188 (or 0xA76188) is known color: Strikemaster. HEX triplet: A7, 61 and 88. RGB value is (167,97,136). Sum of RGB (Red+Green+Blue) = 167+97+136=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 167 - color contains mainly: red. Hex color #A76188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76188 is #589E77. Grayscale: #7A7A7A. Windows color (decimal): -5807736 or 8937895. OLE color: 8937895.

HSL color Cylindrical-coordinate representation of color #A76188: hue angle of 326.57º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A76188 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 97 136 -
CMYK 0 0.42 0.19 0.35
HSL 326.57º 0.28% 0.52% -
HSV(B) 326.57º 0.42% 0.65% -
XYZ 24.65 18.54 25.57 -
YUV 122.38 135.69 159.83 -
System Red Green Blue C M Y K H S L
Decimal 167 97 136 0 0.42 0.19 0.35 326.57 0.28 0.52
Hex A7 61 88 0 2A 13 23 147 1C 34
Octal 247 141 210 0 52 23 43 507 34 64
Binary 10100111 1100001 10001000 0 101010 10011 100011 101000111 11100 110100

Color Harmonies of #A76188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76188

Black with #A76188

Text Example


Text Example

White with #A76188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76188; }

 p { color: rgb(167,97,136); }

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

background-color css

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

 a { background-color: rgb(167,97,136); }

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

border-color css

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

 span { border-color: rgb(167,97,136); }

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