Html Css Color HEX #A7698B Strikemaster

📋 copy color: '#A7698B'

red 167 ◦ green 105 ◦ blue 139

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

Shades of Strikemaster #A7698B

Tints of Strikemaster #A7698B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.55%

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

R = 40.63%
G = 25.55%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A7698B (or 0xA7698B) is known color: Strikemaster. HEX triplet: A7, 69 and 8B. RGB value is (167,105,139). Sum of RGB (Red+Green+Blue) = 167+105+139=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 167 - color contains mainly: red. Hex color #A7698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7698B is #589674. Grayscale: #7F7F7F. Windows color (decimal): -5805685 or 9136551. OLE color: 9136551.

HSL color Cylindrical-coordinate representation of color #A7698B: hue angle of 327.1º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A7698B is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 105 139 -
CMYK 0 0.37 0.17 0.35
HSL 327.1º 0.26% 0.53% -
HSV(B) 327.1º 0.37% 0.65% -
XYZ 25.65 20.18 26.97 -
YUV 127.41 134.54 156.24 -
System Red Green Blue C M Y K H S L
Decimal 167 105 139 0 0.37 0.17 0.35 327.1 0.26 0.53
Hex A7 69 8B 0 25 11 23 147 1A 35
Octal 247 151 213 0 45 21 43 507 32 65
Binary 10100111 1101001 10001011 0 100101 10001 100011 101000111 11010 110101

Color Harmonies of #A7698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7698B

Black with #A7698B

Text Example


Text Example

White with #A7698B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7698B; }

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

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

background-color css

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

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

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

border-color css

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

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

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