Html Css Color HEX #A6608F Strikemaster

📋 copy color: '#A6608F'

red 166 ◦ green 96 ◦ blue 143

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

Shades of Strikemaster #A6608F

Tints of Strikemaster #A6608F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.31%

R = 40.99%
G = 23.7%
B = 35.31%

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

#A6608F (or 0xA6608F) is known color: Strikemaster. HEX triplet: A6, 60 and 8F. RGB value is (166,96,143). Sum of RGB (Red+Green+Blue) = 166+96+143=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A6608F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6608F is #599F70. Grayscale: #7A7A7A. Windows color (decimal): -5873521 or 9396390. OLE color: 9396390.

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

Color convert

RGB 166 96 143 -
CMYK 0 0.42 0.14 0.35
HSL 319.71º 0.28% 0.51% -
HSV(B) 319.71º 0.42% 0.65% -
XYZ 24.87 18.46 28.24 -
YUV 122.29 139.69 159.18 -
System Red Green Blue C M Y K H S L
Decimal 166 96 143 0 0.42 0.14 0.35 319.71 0.28 0.51
Hex A6 60 8F 0 2A E 23 140 1C 33
Octal 246 140 217 0 52 16 43 500 34 63
Binary 10100110 1100000 10001111 0 101010 1110 100011 101000000 11100 110011

Color Harmonies of #A6608F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6608F

Black with #A6608F

Text Example


Text Example

White with #A6608F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6608F; }

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

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

background-color css

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

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

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

border-color css

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

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

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