Html Css Color HEX #A7618A Strikemaster

📋 copy color: '#A7618A'

red 167 ◦ green 97 ◦ blue 138

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

Shades of Strikemaster #A7618A

Tints of Strikemaster #A7618A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.33%

R = 41.54%
G = 24.13%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A7618A (or 0xA7618A) is known color: Strikemaster. HEX triplet: A7, 61 and 8A. RGB value is (167,97,138). Sum of RGB (Red+Green+Blue) = 167+97+138=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 167 - color contains mainly: red. Hex color #A7618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7618A is #589E75. Grayscale: #7A7A7A. Windows color (decimal): -5807734 or 9068967. OLE color: 9068967.

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

Color convert

RGB 167 97 138 -
CMYK 0 0.42 0.17 0.35
HSL 324.86º 0.28% 0.52% -
HSV(B) 324.86º 0.42% 0.65% -
XYZ 24.8 18.6 26.33 -
YUV 122.6 136.69 159.67 -
System Red Green Blue C M Y K H S L
Decimal 167 97 138 0 0.42 0.17 0.35 324.86 0.28 0.52
Hex A7 61 8A 0 2A 11 23 145 1C 34
Octal 247 141 212 0 52 21 43 505 34 64
Binary 10100111 1100001 10001010 0 101010 10001 100011 101000101 11100 110100

Color Harmonies of #A7618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7618A

Black with #A7618A

Text Example


Text Example

White with #A7618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7618A; }

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

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

background-color css

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

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

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

border-color css

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

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

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