Html Css Color HEX #A76390 Strikemaster

📋 copy color: '#A76390'

red 167 ◦ green 99 ◦ blue 144

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

Shades of Strikemaster #A76390

Tints of Strikemaster #A76390

RGB

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

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

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

R = 40.73%
G = 24.15%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A76390 (or 0xA76390) is known color: Strikemaster. HEX triplet: A7, 63 and 90. RGB value is (167,99,144). Sum of RGB (Red+Green+Blue) = 167+99+144=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 167 - color contains mainly: red. Hex color #A76390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76390 is #589C6F. Grayscale: #7C7C7C. Windows color (decimal): -5807216 or 9462695. OLE color: 9462695.

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

Color convert

RGB 167 99 144 -
CMYK 0 0.41 0.14 0.35
HSL 320.29º 0.28% 0.52% -
HSV(B) 320.29º 0.41% 0.65% -
XYZ 25.43 19.15 28.74 -
YUV 124.46 139.03 158.34 -
System Red Green Blue C M Y K H S L
Decimal 167 99 144 0 0.41 0.14 0.35 320.29 0.28 0.52
Hex A7 63 90 0 29 E 23 140 1C 34
Octal 247 143 220 0 51 16 43 500 34 64
Binary 10100111 1100011 10010000 0 101001 1110 100011 101000000 11100 110100

Color Harmonies of #A76390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76390

Black with #A76390

Text Example


Text Example

White with #A76390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76390; }

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

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

background-color css

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

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

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

border-color css

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

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

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