Html Css Color HEX #A76190 Strikemaster

📋 copy color: '#A76190'

red 167 ◦ green 97 ◦ blue 144

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

Shades of Strikemaster #A76190

Tints of Strikemaster #A76190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.29%

R = 40.93%
G = 23.77%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A76190 (or 0xA76190) is known color: Strikemaster. HEX triplet: A7, 61 and 90. RGB value is (167,97,144). Sum of RGB (Red+Green+Blue) = 167+97+144=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 167 - color contains mainly: red. Hex color #A76190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76190 is #589E6F. Grayscale: #7B7B7B. Windows color (decimal): -5807728 or 9462183. OLE color: 9462183.

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

Color convert

RGB 167 97 144 -
CMYK 0 0.42 0.14 0.35
HSL 319.71º 0.28% 0.52% -
HSV(B) 319.71º 0.42% 0.65% -
XYZ 25.25 18.78 28.68 -
YUV 123.29 139.69 159.18 -
System Red Green Blue C M Y K H S L
Decimal 167 97 144 0 0.42 0.14 0.35 319.71 0.28 0.52
Hex A7 61 90 0 2A E 23 140 1C 34
Octal 247 141 220 0 52 16 43 500 34 64
Binary 10100111 1100001 10010000 0 101010 1110 100011 101000000 11100 110100

Color Harmonies of #A76190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76190

Black with #A76190

Text Example


Text Example

White with #A76190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76190; }

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

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

background-color css

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

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

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

border-color css

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

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

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