Html Css Color HEX #A7618D Strikemaster

📋 copy color: '#A7618D'

red 167 ◦ green 97 ◦ blue 141

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

Shades of Strikemaster #A7618D

Tints of Strikemaster #A7618D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.81%

R = 41.23%
G = 23.95%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A7618D (or 0xA7618D) is known color: Strikemaster. HEX triplet: A7, 61 and 8D. RGB value is (167,97,141). Sum of RGB (Red+Green+Blue) = 167+97+141=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 167 - color contains mainly: red. Hex color #A7618D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7618D is #589E72. Grayscale: #7A7A7A. Windows color (decimal): -5807731 or 9265575. OLE color: 9265575.

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

Color convert

RGB 167 97 141 -
CMYK 0 0.42 0.16 0.35
HSL 322.29º 0.28% 0.52% -
HSV(B) 322.29º 0.42% 0.65% -
XYZ 25.02 18.69 27.49 -
YUV 122.95 138.19 159.42 -
System Red Green Blue C M Y K H S L
Decimal 167 97 141 0 0.42 0.16 0.35 322.29 0.28 0.52
Hex A7 61 8D 0 2A 10 23 142 1C 34
Octal 247 141 215 0 52 20 43 502 34 64
Binary 10100111 1100001 10001101 0 101010 10000 100011 101000010 11100 110100

Color Harmonies of #A7618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7618D

Black with #A7618D

Text Example


Text Example

White with #A7618D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7618D; }

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

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

background-color css

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

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

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

border-color css

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

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

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