Html Css Color HEX #A6608B Strikemaster

📋 copy color: '#A6608B'

red 166 ◦ green 96 ◦ blue 139

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

Shades of Strikemaster #A6608B

Tints of Strikemaster #A6608B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.66%

R = 41.4%
G = 23.94%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6608B (or 0xA6608B) is known color: Strikemaster. HEX triplet: A6, 60 and 8B. RGB value is (166,96,139). Sum of RGB (Red+Green+Blue) = 166+96+139=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A6608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6608B is #599F74. Grayscale: #797979. Windows color (decimal): -5873525 or 9134246. OLE color: 9134246.

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

Color convert

RGB 166 96 139 -
CMYK 0 0.42 0.16 0.35
HSL 323.14º 0.28% 0.51% -
HSV(B) 323.14º 0.42% 0.65% -
XYZ 24.57 18.34 26.67 -
YUV 121.83 137.69 159.5 -
System Red Green Blue C M Y K H S L
Decimal 166 96 139 0 0.42 0.16 0.35 323.14 0.28 0.51
Hex A6 60 8B 0 2A 10 23 143 1C 33
Octal 246 140 213 0 52 20 43 503 34 63
Binary 10100110 1100000 10001011 0 101010 10000 100011 101000011 11100 110011

Color Harmonies of #A6608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6608B

Black with #A6608B

Text Example


Text Example

White with #A6608B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6608B; }

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

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

background-color css

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

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

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

border-color css

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

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

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