Html Css Color HEX #A6608E Strikemaster

📋 copy color: '#A6608E'

red 166 ◦ green 96 ◦ blue 142

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

Shades of Strikemaster #A6608E

Tints of Strikemaster #A6608E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.15%

R = 41.09%
G = 23.76%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A6608E (or 0xA6608E) is known color: Strikemaster. HEX triplet: A6, 60 and 8E. RGB value is (166,96,142). Sum of RGB (Red+Green+Blue) = 166+96+142=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A6608E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6608E is #599F71. Grayscale: #7A7A7A. Windows color (decimal): -5873522 or 9330854. OLE color: 9330854.

HSL color Cylindrical-coordinate representation of color #A6608E: hue angle of 320.57º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6608E is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 96 142 -
CMYK 0 0.42 0.14 0.35
HSL 320.57º 0.28% 0.51% -
HSV(B) 320.57º 0.42% 0.65% -
XYZ 24.79 18.43 27.84 -
YUV 122.17 139.19 159.26 -
System Red Green Blue C M Y K H S L
Decimal 166 96 142 0 0.42 0.14 0.35 320.57 0.28 0.51
Hex A6 60 8E 0 2A E 23 141 1C 33
Octal 246 140 216 0 52 16 43 501 34 63
Binary 10100110 1100000 10001110 0 101010 1110 100011 101000001 11100 110011

Color Harmonies of #A6608E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6608E

Black with #A6608E

Text Example


Text Example

White with #A6608E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6608E; }

 p { color: rgb(166,96,142); }

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

background-color css

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

 a { background-color: rgb(166,96,142); }

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

border-color css

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

 span { border-color: rgb(166,96,142); }

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