Html Css Color HEX #A7628B Strikemaster

📋 copy color: '#A7628B'

red 167 ◦ green 98 ◦ blue 139

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

Shades of Strikemaster #A7628B

Tints of Strikemaster #A7628B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.26%

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

R = 41.34%
G = 24.26%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A7628B (or 0xA7628B) is known color: Strikemaster. HEX triplet: A7, 62 and 8B. RGB value is (167,98,139). Sum of RGB (Red+Green+Blue) = 167+98+139=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 167 - color contains mainly: red. Hex color #A7628B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7628B is #589D74. Grayscale: #7B7B7B. Windows color (decimal): -5807477 or 9134759. OLE color: 9134759.

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

Color convert

RGB 167 98 139 -
CMYK 0 0.41 0.17 0.35
HSL 324.35º 0.28% 0.52% -
HSV(B) 324.35º 0.41% 0.65% -
XYZ 24.96 18.81 26.74 -
YUV 123.31 136.86 159.17 -
System Red Green Blue C M Y K H S L
Decimal 167 98 139 0 0.41 0.17 0.35 324.35 0.28 0.52
Hex A7 62 8B 0 29 11 23 144 1C 34
Octal 247 142 213 0 51 21 43 504 34 64
Binary 10100111 1100010 10001011 0 101001 10001 100011 101000100 11100 110100

Color Harmonies of #A7628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7628B

Black with #A7628B

Text Example


Text Example

White with #A7628B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7628B; }

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

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

background-color css

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

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

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

border-color css

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

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

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