Html Css Color HEX #A6608C Strikemaster

📋 copy color: '#A6608C'

red 166 ◦ green 96 ◦ blue 140

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

Shades of Strikemaster #A6608C

Tints of Strikemaster #A6608C

RGB

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

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

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

R = 41.29%
G = 23.88%
B = 34.83%

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

#A6608C (or 0xA6608C) is known color: Strikemaster. HEX triplet: A6, 60 and 8C. RGB value is (166,96,140). Sum of RGB (Red+Green+Blue) = 166+96+140=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A6608C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6608C is #599F73. Grayscale: #797979. Windows color (decimal): -5873524 or 9199782. OLE color: 9199782.

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

Color convert

RGB 166 96 140 -
CMYK 0 0.42 0.16 0.35
HSL 322.29º 0.28% 0.51% -
HSV(B) 322.29º 0.42% 0.65% -
XYZ 24.64 18.37 27.06 -
YUV 121.95 138.19 159.42 -
System Red Green Blue C M Y K H S L
Decimal 166 96 140 0 0.42 0.16 0.35 322.29 0.28 0.51
Hex A6 60 8C 0 2A 10 23 142 1C 33
Octal 246 140 214 0 52 20 43 502 34 63
Binary 10100110 1100000 10001100 0 101010 10000 100011 101000010 11100 110011

Color Harmonies of #A6608C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6608C

Black with #A6608C

Text Example


Text Example

White with #A6608C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6608C; }

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

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

background-color css

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

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

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

border-color css

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

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

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