Html Css Color HEX #A7618B Strikemaster

📋 copy color: '#A7618B'

red 167 ◦ green 97 ◦ blue 139

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

Shades of Strikemaster #A7618B

Tints of Strikemaster #A7618B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.49%

R = 41.44%
G = 24.07%
B = 34.49%

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

#A7618B (or 0xA7618B) is known color: Strikemaster. HEX triplet: A7, 61 and 8B. RGB value is (167,97,139). Sum of RGB (Red+Green+Blue) = 167+97+139=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 167 - color contains mainly: red. Hex color #A7618B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7618B is #589E74. Grayscale: #7A7A7A. Windows color (decimal): -5807733 or 9134503. OLE color: 9134503.

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

Color convert

RGB 167 97 139 -
CMYK 0 0.42 0.17 0.35
HSL 324º 0.28% 0.52% -
HSV(B) 324º 0.42% 0.65% -
XYZ 24.87 18.63 26.71 -
YUV 122.72 137.19 159.58 -
System Red Green Blue C M Y K H S L
Decimal 167 97 139 0 0.42 0.17 0.35 324 0.28 0.52
Hex A7 61 8B 0 2A 11 23 144 1C 34
Octal 247 141 213 0 52 21 43 504 34 64
Binary 10100111 1100001 10001011 0 101010 10001 100011 101000100 11100 110100

Color Harmonies of #A7618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7618B

Black with #A7618B

Text Example


Text Example

White with #A7618B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7618B; }

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

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

background-color css

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

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

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

border-color css

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

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

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