Html Css Color HEX #A8618B Strikemaster

📋 copy color: '#A8618B'

red 168 ◦ green 97 ◦ blue 139

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

Shades of Strikemaster #A8618B

Tints of Strikemaster #A8618B

RGB

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

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

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

R = 41.58%
G = 24.01%
B = 34.41%

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

#A8618B (or 0xA8618B) is known color: Strikemaster. HEX triplet: A8, 61 and 8B. RGB value is (168,97,139). Sum of RGB (Red+Green+Blue) = 168+97+139=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 168 - color contains mainly: red. Hex color #A8618B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8618B is #579E74. Grayscale: #7A7A7A. Windows color (decimal): -5742197 or 9134504. OLE color: 9134504.

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

Color convert

RGB 168 97 139 -
CMYK 0 0.42 0.17 0.34
HSL 324.51º 0.29% 0.52% -
HSV(B) 324.51º 0.42% 0.66% -
XYZ 25.08 18.74 26.72 -
YUV 123.02 137.02 160.08 -
System Red Green Blue C M Y K H S L
Decimal 168 97 139 0 0.42 0.17 0.34 324.51 0.29 0.52
Hex A8 61 8B 0 2A 11 22 145 1D 34
Octal 250 141 213 0 52 21 42 505 35 64
Binary 10101000 1100001 10001011 0 101010 10001 100010 101000101 11101 110100

Color Harmonies of #A8618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8618B

Black with #A8618B

Text Example


Text Example

White with #A8618B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8618B; }

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

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

background-color css

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

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

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

border-color css

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

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

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