Html Css Color HEX #A6678C Strikemaster

📋 copy color: '#A6678C'

red 166 ◦ green 103 ◦ blue 140

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

Shades of Strikemaster #A6678C

Tints of Strikemaster #A6678C

RGB

 RED value IS 166 (65.23% from 255) = 40.59%

 GREEN value IS 103 (40.63% from 255) = 25.18%

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

R = 40.59%
G = 25.18%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6678C (or 0xA6678C) is known color: Strikemaster. HEX triplet: A6, 67 and 8C. RGB value is (166,103,140). Sum of RGB (Red+Green+Blue) = 166+103+140=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A6678C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6678C is #599873. Grayscale: #7D7D7D. Windows color (decimal): -5871732 or 9201574. OLE color: 9201574.

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

Color convert

RGB 166 103 140 -
CMYK 0 0.38 0.16 0.35
HSL 324.76º 0.26% 0.53% -
HSV(B) 324.76º 0.38% 0.65% -
XYZ 25.31 19.7 27.28 -
YUV 126.06 135.87 156.49 -
System Red Green Blue C M Y K H S L
Decimal 166 103 140 0 0.38 0.16 0.35 324.76 0.26 0.53
Hex A6 67 8C 0 26 10 23 145 1A 35
Octal 246 147 214 0 46 20 43 505 32 65
Binary 10100110 1100111 10001100 0 100110 10000 100011 101000101 11010 110101

Color Harmonies of #A6678C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6678C

Black with #A6678C

Text Example


Text Example

White with #A6678C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6678C; }

 p { color: rgb(166,103,140); }

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

background-color css

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

 a { background-color: rgb(166,103,140); }

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

border-color css

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

 span { border-color: rgb(166,103,140); }

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