Html Css Color HEX #A76191 Strikemaster

📋 copy color: '#A76191'

red 167 ◦ green 97 ◦ blue 145

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

Shades of Strikemaster #A76191

Tints of Strikemaster #A76191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.45%

R = 40.83%
G = 23.72%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A76191 (or 0xA76191) is known color: Strikemaster. HEX triplet: A7, 61 and 91. RGB value is (167,97,145). Sum of RGB (Red+Green+Blue) = 167+97+145=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 145 (57.03% from 255 or 35.45% from 409); Max value from RGB is 167 - color contains mainly: red. Hex color #A76191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76191 is #589E6E. Grayscale: #7B7B7B. Windows color (decimal): -5807727 or 9527719. OLE color: 9527719.

HSL color Cylindrical-coordinate representation of color #A76191: hue angle of 318.86º 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 #A76191 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 97 145 -
CMYK 0 0.42 0.13 0.35
HSL 318.86º 0.28% 0.52% -
HSV(B) 318.86º 0.42% 0.65% -
XYZ 25.32 18.81 29.08 -
YUV 123.4 140.19 159.1 -
System Red Green Blue C M Y K H S L
Decimal 167 97 145 0 0.42 0.13 0.35 318.86 0.28 0.52
Hex A7 61 91 0 2A D 23 13F 1C 34
Octal 247 141 221 0 52 15 43 477 34 64
Binary 10100111 1100001 10010001 0 101010 1101 100011 100111111 11100 110100

Color Harmonies of #A76191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76191

Black with #A76191

Text Example


Text Example

White with #A76191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76191; }

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

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

background-color css

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

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

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

border-color css

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

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

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