Html Css Color HEX #A7568A Strikemaster

📋 copy color: '#A7568A'

red 167 ◦ green 86 ◦ blue 138

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

Shades of Strikemaster #A7568A

Tints of Strikemaster #A7568A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.99%

 BLUE value IS 138 (54.3% from 255) = 35.29%

R = 42.71%
G = 21.99%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A7568A (or 0xA7568A) is known color: Strikemaster. HEX triplet: A7, 56 and 8A. RGB value is (167,86,138). Sum of RGB (Red+Green+Blue) = 167+86+138=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A7568A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7568A is #58A975. Grayscale: #747474. Windows color (decimal): -5810550 or 9066151. OLE color: 9066151.

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

Color convert

RGB 167 86 138 -
CMYK 0 0.49 0.17 0.35
HSL 321.48º 0.32% 0.5% -
HSV(B) 321.48º 0.49% 0.65% -
XYZ 23.85 16.71 26.01 -
YUV 116.15 140.34 164.27 -
System Red Green Blue C M Y K H S L
Decimal 167 86 138 0 0.49 0.17 0.35 321.48 0.32 0.5
Hex A7 56 8A 0 31 11 23 141 20 32
Octal 247 126 212 0 61 21 43 501 40 62
Binary 10100111 1010110 10001010 0 110001 10001 100011 101000001 100000 110010

Color Harmonies of #A7568A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7568A

Black with #A7568A

Text Example


Text Example

White with #A7568A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7568A; }

 p { color: rgb(167,86,138); }

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

background-color css

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

 a { background-color: rgb(167,86,138); }

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

border-color css

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

 span { border-color: rgb(167,86,138); }

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