Html Css Color HEX #A7668A Strikemaster

📋 copy color: '#A7668A'

red 167 ◦ green 102 ◦ blue 138

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

Shades of Strikemaster #A7668A

Tints of Strikemaster #A7668A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.06%

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

R = 41.03%
G = 25.06%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A7668A (or 0xA7668A) is known color: Strikemaster. HEX triplet: A7, 66 and 8A. RGB value is (167,102,138). Sum of RGB (Red+Green+Blue) = 167+102+138=407 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.03% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 167 - color contains mainly: red. Hex color #A7668A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7668A is #589975. Grayscale: #7D7D7D. Windows color (decimal): -5806454 or 9070247. OLE color: 9070247.

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

Color convert

RGB 167 102 138 -
CMYK 0 0.39 0.17 0.35
HSL 326.77º 0.27% 0.53% -
HSV(B) 326.77º 0.39% 0.65% -
XYZ 25.28 19.55 26.49 -
YUV 125.54 135.03 157.57 -
System Red Green Blue C M Y K H S L
Decimal 167 102 138 0 0.39 0.17 0.35 326.77 0.27 0.53
Hex A7 66 8A 0 27 11 23 147 1B 35
Octal 247 146 212 0 47 21 43 507 33 65
Binary 10100111 1100110 10001010 0 100111 10001 100011 101000111 11011 110101

Color Harmonies of #A7668A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7668A

Black with #A7668A

Text Example


Text Example

White with #A7668A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7668A; }

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

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

background-color css

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

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

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

border-color css

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

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

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