Html Css Color HEX #A8628B Strikemaster

📋 copy color: '#A8628B'

red 168 ◦ green 98 ◦ blue 139

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

Shades of Strikemaster #A8628B

Tints of Strikemaster #A8628B

RGB

 RED value IS 168 (66.02% from 255) = 41.48%

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

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

R = 41.48%
G = 24.2%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A8628B (or 0xA8628B) is known color: Strikemaster. HEX triplet: A8, 62 and 8B. RGB value is (168,98,139). Sum of RGB (Red+Green+Blue) = 168+98+139=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 168 - color contains mainly: red. Hex color #A8628B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8628B is #579D74. Grayscale: #7B7B7B. Windows color (decimal): -5741941 or 9134760. OLE color: 9134760.

HSL color Cylindrical-coordinate representation of color #A8628B: hue angle of 324.86º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8628B is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 98 139 -
CMYK 0 0.42 0.17 0.34
HSL 324.86º 0.29% 0.52% -
HSV(B) 324.86º 0.42% 0.66% -
XYZ 25.18 18.92 26.75 -
YUV 123.6 136.69 159.67 -
System Red Green Blue C M Y K H S L
Decimal 168 98 139 0 0.42 0.17 0.34 324.86 0.29 0.52
Hex A8 62 8B 0 2A 11 22 145 1D 34
Octal 250 142 213 0 52 21 42 505 35 64
Binary 10101000 1100010 10001011 0 101010 10001 100010 101000101 11101 110100

Color Harmonies of #A8628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8628B

Black with #A8628B

Text Example


Text Example

White with #A8628B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8628B; }

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

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

background-color css

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

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

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

border-color css

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

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

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