Html Css Color HEX #A7568C Strikemaster

📋 copy color: '#A7568C'

red 167 ◦ green 86 ◦ blue 140

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

Shades of Strikemaster #A7568C

Tints of Strikemaster #A7568C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.62%

R = 42.49%
G = 21.88%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A7568C (or 0xA7568C) is known color: Strikemaster. HEX triplet: A7, 56 and 8C. RGB value is (167,86,140). Sum of RGB (Red+Green+Blue) = 167+86+140=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 167 - color contains mainly: red. Hex color #A7568C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7568C is #58A973. Grayscale: #747474. Windows color (decimal): -5810548 or 9197223. OLE color: 9197223.

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

Color convert

RGB 167 86 140 -
CMYK 0 0.49 0.16 0.35
HSL 320º 0.32% 0.5% -
HSV(B) 320º 0.49% 0.65% -
XYZ 24 16.76 26.78 -
YUV 116.38 141.34 164.11 -
System Red Green Blue C M Y K H S L
Decimal 167 86 140 0 0.49 0.16 0.35 320 0.32 0.5
Hex A7 56 8C 0 31 10 23 140 20 32
Octal 247 126 214 0 61 20 43 500 40 62
Binary 10100111 1010110 10001100 0 110001 10000 100011 101000000 100000 110010

Color Harmonies of #A7568C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7568C

Black with #A7568C

Text Example


Text Example

White with #A7568C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7568C; }

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

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

background-color css

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

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

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

border-color css

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

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

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