Html Css Color HEX #A7608D Strikemaster

📋 copy color: '#A7608D'

red 167 ◦ green 96 ◦ blue 141

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

Shades of Strikemaster #A7608D

Tints of Strikemaster #A7608D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.76%

 BLUE value IS 141 (55.47% from 255) = 34.9%

R = 41.34%
G = 23.76%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A7608D (or 0xA7608D) is known color: Strikemaster. HEX triplet: A7, 60 and 8D. RGB value is (167,96,141). Sum of RGB (Red+Green+Blue) = 167+96+141=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 167 - color contains mainly: red. Hex color #A7608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7608D is #589F72. Grayscale: #7A7A7A. Windows color (decimal): -5807987 or 9265319. OLE color: 9265319.

HSL color Cylindrical-coordinate representation of color #A7608D: hue angle of 321.97º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A7608D is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 96 141 -
CMYK 0 0.43 0.16 0.35
HSL 321.97º 0.29% 0.52% -
HSV(B) 321.97º 0.43% 0.65% -
XYZ 24.93 18.5 27.46 -
YUV 122.36 138.52 159.84 -
System Red Green Blue C M Y K H S L
Decimal 167 96 141 0 0.43 0.16 0.35 321.97 0.29 0.52
Hex A7 60 8D 0 2B 10 23 142 1D 34
Octal 247 140 215 0 53 20 43 502 35 64
Binary 10100111 1100000 10001101 0 101011 10000 100011 101000010 11101 110100

Color Harmonies of #A7608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7608D

Black with #A7608D

Text Example


Text Example

White with #A7608D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7608D; }

 p { color: rgb(167,96,141); }

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

background-color css

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

 a { background-color: rgb(167,96,141); }

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

border-color css

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

 span { border-color: rgb(167,96,141); }

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